- 14 2月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch <nla@trustcenter.de>
-
- 08 2月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 06 2月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 26 1月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
OpenSSL. Adding '_ossl' in the name seems to be a good way to do this.
-
- 25 1月, 2002 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
ERR_peek_last_error ERR_peek_last_error_line ERR_peek_last_error_line_data (supersedes ERR_peek_top_error). Rename OPENSSL_NO_OLD_DES_SUPPORT into OPENSSL_DISABLE_OLD_DES_SUPPORT because OPENSSL_NO_... indicates disabled algorithms (according to mkdef.pl).
-
- 24 1月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
libeay.num got tweaked so the old des symbols would retain their positions.
-
- 17 1月, 2002 1 次提交
-
-
由 Ulf Möller 提交于
-
- 04 1月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
-
- 03 1月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
crypto/rijndael. Additionally, I applied the AES integration patch from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work properly with the normal EVP constructs (and incidently work the same way as all other symmetric cipher implementations). This results in an API that looks a lot like the rest of the OpenSSL cipher suite.
-
- 11 12月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 16 11月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
files.
-
- 25 10月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
the docs to reflect this change and correct libeay.num.
-
由 Richard Levitte 提交于
libdes (which is still used out there) or other des implementations, the OpenSSL DES functions are renamed to begin with DES_ instead of des_. Compatibility routines are provided and declared by including openssl/des_old.h. Those declarations are the same as were in des.h when the OpenSSL project started, which is exactly how libdes looked at that time, and hopefully still looks today. The compatibility functions will be removed in some future release, at the latest in version 1.0.
-
- 24 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 10 10月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
specifically, a starting './' is removed. makedepend doesn't do this, resulting in another possible commit war, so let's fix that by doing a poor mans canonicalisation of file names that gives the same effect as doing dependencies through gcc.
-
由 Richard Levitte 提交于
-
- 02 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 26 9月, 2001 4 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
1. if there are several symbols with the same entry number, sort those symbols in ASCII order. 2. Do not stop reading the header files when "BEGIN ERROR CODES" is found, since mkerr.pl will add a function declaration after that comment. Instead, trigger on "Error codes for the \w+ function", which is the actual start of the error code macros. Additionally, a few more debugging printouts that helped.
-
由 Geoff Thorpe 提交于
NB: It looks like mkdef.pl is causing certain cvs wars by continually flipping the order of some definitions ...
-
由 Geoff Thorpe 提交于
-
- 25 9月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 21 9月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
New option SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION.
-
- 14 9月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
based on 0.9.6 tree.
-
- 11 9月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 07 9月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
-
- 06 9月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
declaration and implementation had not. So a recent update recreated the original definition in libeay.num ... this corrects it and changes the "dh" code to the "up_ref" variant.
-
- 05 9月, 2001 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Geoff Thorpe 提交于
recent changes. Also, do the same change to the DSO_up() function.
-
- 03 9月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
[DR]SA_up => [DR]SA_up_ref
-
- 02 9月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
See the commit log message for that for more information. NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented (initialisation by "memset" won't/can't/doesn't work). This fixes that but requires that X509_STORE_CTX_init() be able to handle errors - so its prototype has been changed to return 'int' rather than 'void'. All uses of that function throughout the source code have been tracked down and adjusted.
-
- 01 9月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
-
- 27 8月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 18 8月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 04 8月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 01 8月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
the norm for 'gcc -M' but not for 'makedepend', and is merely introduced here to avoid commit wars.
-
- 31 7月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 12 7月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Note that since some private kssl functions were exported, the simplest way to rebuild the number table was to toss everything that was new since OpenSSL 0.9.6b. This is safe, since those functions have not yet been exported in an OpenSSL release. Beware, people who trust intermediary snapshots!
-