- 22 1月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
-
- 12 1月, 2002 1 次提交
-
-
由 Ben Laurie 提交于
-
- 18 12月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 15 11月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
perl util/mkerr.pl -recurse -write -rebuild
-
- 16 8月, 2001 1 次提交
-
-
由 Lutz Jänicke 提交于
-
- 20 2月, 2001 1 次提交
-
-
由 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.
-
- 12 10月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 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.
-
- 07 9月, 2000 1 次提交
-
-
由 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.
-
- 28 8月, 2000 1 次提交
-
-
由 Ben Laurie 提交于
message).
-
- 18 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
found myself needing it a number of times, the latter for completeness.
-
- 28 7月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
'openssl asn1parse'. As a side effect, the functions ASN1_parse_dump and BIO_dump_indent are added.
-
- 21 6月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fixes for Win32 build. This is mostly a work around for the old VC++ problem that it treats func() as func(void). Various prototypes had been added to 'compare' function pointers that triggered this. This could be fixed by removing the prototype, adding function pointer casts to every call or changing the passed function to use the expected arguments. I mostly did the latter. The mkdef.pl script was modified to remove the typesafe functions which no longer exist. Oh and some functions called OPENSSL_freeLibrary() were changed back to FreeLibrary(), wonder how that happened :-)
-
- 17 6月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
After some messing around this seems to work but needs a few more tests. Working out the syntax for sk_set_cmp_func() (cast it to a function that itself returns a function pointer) was painful :-( Needs some testing to see what other compilers think of this syntax. Also needs similar stuff for ASN1_SET_OF etc etc.
-
- 02 6月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 01 6月, 2000 1 次提交
-
-
由 Geoff Thorpe 提交于
libeay.num and ssleay.num.
-
- 17 5月, 2000 1 次提交
-
-
由 Ben Laurie 提交于
-
- 16 5月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 02 5月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
"Jan Mikkelsen" <janm@transactionsite.com> correctly states that the OpenSSL header files have #include's and extern "C"'s in an incorrect order. Thusly fixed.
-
- 15 4月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 01 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 24 2月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 21 2月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
designed for that. This removes the potential error to mix data and function pointers. Please note that I'm a little unsure how incorrect calls to the old ctrl functions should be handled, in som cases. I currently return 0 and that's it, but it may be more correct to generate a genuine error in those cases.
-
- 04 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 24 1月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Tidy up CRYPTO_EX_DATA structures.
-
- 09 1月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
functions so it doesn't crash. Document s_client.
-
- 27 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 08 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
It's still totally untested ...
-
- 04 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 19 8月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 10 8月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Prototypes and constant declarations for non-copying reads and writes for BIO pairs (which is totally untested as of now, so I don't yet commit the actual source code, but reserve the numbers to avoid conflicts).
-
- 16 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 12 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 09 6月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 08 6月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
so that the SSL library can be used for applications that have to handle all the actual I/O themselves.
-
- 14 5月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
thread-safe (where thread-safe counterparts are not available on all platforms), and don't memcpy to NULL-pointers Submitted by: Anonymous Reviewed by: Bodo Moeller Also, clean up htons vs. ntohs confusions.
-
- 05 5月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-