- 09 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
errors can be tolerated, hide the error from 'make'. This gives shorter output both if ranlib fails and if it works.
-
- 28 2月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: Henrik Eriksson <henrik.eriksson@axis.com>
-
- 22 2月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories.
-
由 Richard Levitte 提交于
defined there.
-
- 20 2月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS.
-
由 Richard Levitte 提交于
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
-
- 05 2月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
only happened when the port number wasn't parsable ot the host wasn't possible to convert to an IP address. Contributed by Niko Baric <Niko.Baric@epost.de>
-
由 Ben Laurie 提交于
-
- 02 2月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
by placing them socket/fd code in separate files rather than trying to have them both share the same one.
-
- 13 11月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 22 10月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 15 10月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
make update done.
-
- 12 10月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 10 10月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
thus the condition '!BIO_sock_init()' doesn't make sense.
-
- 25 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
acceptable, since all that happens if it fails is a library with an index, which makes linking slower, but still working correctly.
-
- 21 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 20 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
record-oriented fashion. That means that every write() will write a separate record, which will be read separately by the programs trying to read from it. This can be very confusing. The solution is to put a BIO filter in the way that will buffer text until a linefeed is reached, and then write everything a line at a time, so every record written will be an actual line, not chunks of lines and not (usually doesn't happen, but I've seen it once) several lines in one record. Voila, BIO_f_linebuffer() is born. Since we're so close to release time, I'm making this VMS-only for now, just to make sure no code is needlessly broken by this. After the release, this BIO method will be enabled on all other platforms as well.
-
- 17 9月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
(it's similar to the shutdown(..., SHUT_WR) system call for sockets).
-
由 Dr. Stephen Henson 提交于
Update docs.
-
- 10 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 08 9月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix doc example, and fix BIO_find_type(). Fix PKCS7_verify(). It was using 'i' for both the loop variable and the verify return value.
-
- 07 9月, 2000 3 次提交
-
-
由 Dr. Stephen Henson 提交于
Add docs for BIO_find_type() and friends. Added function BIO_next() otherwise you can't traverse a chain without accessing BIO internals.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
handle an externally provided "static" buffer as well a a dynamic buffer. The "static" buffer is filled first, but if overflowed, the dynamic buffer is used instead, being allocated somewhere i the heap. This combines the benefits of putting the output in a preallocated buffer (on the stack, for example) and in a buffer that grows somewhere in the heap.
-
- 05 9月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
If some other thread deletes the BIO that one thread needs for BIO_write, then there's a lot of trouble anyway; there's nothing special about calling the callback.
-
- 04 9月, 2000 3 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
symbols for debugging are defined.
-
- 01 9月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
Returning -1 for an attempt to read from an empty buffer is empty is not an error that should be signalled via the error queue, it's a 'retry read' condition and is signalled as such.
-
由 Bodo Möller 提交于
-
- 31 8月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix bug in read only memory BIOs so BIO_reset() works. Add sign and verify options to dgst utility, need to update docs.
-
- 28 8月, 2000 1 次提交
-
-
由 Ben Laurie 提交于
message).
-
- 18 8月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
found myself needing it a number of times, the latter for completeness.
-
由 Richard Levitte 提交于
coverage for all syslog level.
-
- 14 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test
-
- 04 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 03 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
where the openlog() is declared like this: extern int openlog __((char *_Ident, int _Logopt, int _Facility));
-
- 01 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
properly initialised. Fixed. Bug reported by DeJuan Jackson <djackson@inverge.com>
-
- 28 7月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
'openssl asn1parse'. As a side effect, the functions ASN1_parse_dump and BIO_dump_indent are added.
-