22341d40 | 22-Jul-1999 |
Bodo Möller |
ignore r586unix.cpp |
cad4e62b | 22-Jul-1999 |
Bodo Möller |
date.h no longer to be deleted by "make clean" |
49b81422 | 22-Jul-1999 |
Ulf Möller |
Make the perl module compile and eliminate some of the warnings. Still doesn't work (the destructor on BIO and SSL is called immediately after creating the object. Why that??) |
f0e8ae72 | 21-Jul-1999 |
Bodo Möller |
Torture weak compilers less by not automatically including x509.h where it is not needed. |
93c106c4 | 21-Jul-1999 |
Bodo Möller |
additional argument for key_callback |
74678cc2 | 21-Jul-1999 |
Bodo Möller |
Additional user data argument to pem_password_cb function type and to lots of PEM_... functions. Submitted by: Damien Miller <dmiller@ilogic.com.au> |
664b9985 | 21-Jul-1999 |
Bodo Möller |
avoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command lines, use new file buildinf.h instead. |
16bc9fea | 21-Jul-1999 |
Bodo Möller |
slight clean-up |
ae676743 | 21-Jul-1999 |
Bodo Möller |
Auto-generated file -- this should not be under version control (and the other */asm/*.cpp files are not) |
cea53815 | 21-Jul-1999 |
Andy Polyakov |
Get rid of redundant multiplications in bn_div_words. |
5f12fc00 | 20-Jul-1999 |
Bodo Möller |
"make TABLE" (to follow recent Configure change) |
7363455f | 20-Jul-1999 |
Andy Polyakov |
MIPS III/IV assembler module is reimplemented. |
eaccfe8b | 20-Jul-1999 |
Andy Polyakov |
crypto/bn/asm/mips3.s is moved to crypto/bn/asm/obsolete/ |
d2759c21 | 20-Jul-1999 |
Andy Polyakov |
crypto/bn/asm/mips3.s is obsolete. I'm moving it to crypto/bn/asm/obsolete in order to replace it with a new version. |
9c962484 | 19-Jul-1999 |
Bodo Möller |
SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER work as intended, both for SSLv2 and TLS. |
e391116a | 19-Jul-1999 |
Bodo Möller |
New compile time option -DCRYPTO_MDEBUG_THREAD. |
458cddc1 | 19-Jul-1999 |
Bodo Möller |
Have CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG, and make it the default for some debugging configurations. |
3dff94c2 | 18-Jul-1999 |
Bodo Möller |
Add optional (compile-time configurable) time to CRYPTO_mem_leaks output. This is much more helpful than the counter when doing tests with the library interactively. |
dc347119 | 17-Jul-1999 |
Bodo Möller |
"make clean" has to delete date.h |
6434450c | 16-Jul-1999 |
Ulf Möller |
DES library changes. |
f6f0420d | 16-Jul-1999 |
Ulf Möller |
Did not check the last SDIR line for excluded algorithms. |
cfa3747b | 15-Jul-1999 |
Ulf Möller |
More DES library cleanups: remove references to srand/rand and delete an unused file. |
4f6235f7 | 15-Jul-1999 |
Ulf Möller |
RSA private keys without dmp1/dmq1/iqmp are also valid (but slower). |
9a3bbbce | 15-Jul-1999 |
Ulf Möller |
NO_HMAC. |
c69e361f | 14-Jul-1999 |
Bodo Möller |
Fix option processing. Submitted by: Sam Tetherow |