summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ok, we are rolling 0.9.7-beta1 now.OpenSSL_0_9_7-beta1Lutz Jänicke2002-06-013-8/+6
* Fix a warning.Ben Laurie2002-05-311-1/+1
* Fix warnings.Ben Laurie2002-05-312-2/+2
* Document the AES changes.Richard Levitte2002-05-311-0/+4
* Add the AES test vectors from NIST document SP800-38A.Richard Levitte2002-05-311-12/+113
* Make it possible to give vectors only for decryption or encryption.Richard Levitte2002-05-311-62/+79
* For CFB and OFB modes, always create the encryption key.Richard Levitte2002-05-311-1/+3
* Declare the CFB and OFB modes for AES, and prepare for a declarationRichard Levitte2002-05-312-0/+30
* In CFB mode, the iv is always encrypted.Richard Levitte2002-05-311-1/+1
* Reformat the CFLAG string so it can be made part of a C string.Richard Levitte2002-05-302-4/+8
* Support the newly release gcc 3.1 on 64-bit Solaris. Not automatic.Richard Levitte2002-05-301-0/+1
* Support shared libraries properly on linux-sparcv[89].Richard Levitte2002-05-301-2/+2
* a B< that wasn't properly ended.Richard Levitte2002-05-301-1/+1
* Check the return values where memory allocation failures may happen.Richard Levitte2002-05-3014-26/+52
* CAformat should not be used for CA key format.Richard Levitte2002-05-301-1/+1
* Make sure that MS_STATIC isn't defined to 'static' under Win32.Richard Levitte2002-05-301-1/+1
* pod2man.pl would only remove the first LF from the name.Richard Levitte2002-05-301-2/+2
* Apparently, there are still chances we have to deal with buggy pod2man versions.Richard Levitte2002-05-304-4/+1257
* Correct AES counter mode, which incorrectly incremented the counter beforeRichard Levitte2002-05-301-1/+1
* Correct darwin shared library support.Richard Levitte2002-05-302-3/+11
* Some shlib extensions were in the wrong fieldRichard Levitte2002-05-302-28/+28
* Our copy of pod2man.pl is old and comparatively broken, so lets remove it.Richard Levitte2002-05-302-1186/+3
* Add more warnings for my debug targets.Richard Levitte2002-05-301-2/+2
* Remove the duplicate description of -out.Richard Levitte2002-05-301-2/+1
* Make i2c_ASN1_BIT_STRING return the correct length.Dr. Stephen Henson2002-05-291-2/+4
* Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.Richard Levitte2002-05-291-1/+1
* There is a chance that the input string is larger than size, and on VMS,Richard Levitte2002-05-291-3/+10
* Remove item listed twice <kromJx@crosswinds.net>.Lutz Jänicke2002-05-281-1/+0
* as in main branchUlf Möller2002-05-271-1/+1
* Change as in main branch:Bodo Möller2002-05-242-10/+35
* Recover from errorsRichard Levitte2002-05-231-0/+2
* Avoid loops when linking doesn't workRichard Levitte2002-05-231-0/+1
* Forgot this file.Richard Levitte2002-05-231-0/+1
* Allow the use of the TCP/IP stack keyword TCPIP and NONERichard Levitte2002-05-225-26/+165
* Use OPENSSL_SYS_VMS instead of just VMSRichard Levitte2002-05-221-1/+1
* Update copyright years.Richard Levitte2002-05-221-2/+2
* Use 0 instead of NULL when casting to function pointers, to avoidRichard Levitte2002-05-221-14/+14
* Remove warnings about uninitialised variables.Richard Levitte2002-05-221-1/+1
* Remove warnings about unused symbols when configured with no-rsa.Richard Levitte2002-05-221-1/+4
* This file was removed long ago. Why it's still in this branch is aRichard Levitte2002-05-221-730/+0
* accept NULL in 'free' functionsBodo Möller2002-05-211-0/+8
* Reorganise -subj option code, fix buffer overrun.Dr. Stephen Henson2002-05-193-133/+32
* Fix Mingw32 asm build: use the UnixDr. Stephen Henson2002-05-192-1/+4
* Add missing EVP_CIPHER_CTX_init call.Dr. Stephen Henson2002-05-181-0/+2
* Fix incorrect =over 4 location.Lutz Jänicke2002-05-161-4/+2
* fix EVP_dsa_sha macroBodo Möller2002-05-162-2/+7
* Use the indirect way to the actual request tracker, so that peopleLutz Jänicke2002-05-161-2/+2
* updateBodo Möller2002-05-161-16/+5
* Oops, forgot CHANGES entry and description:Dr. Stephen Henson2002-05-151-0/+8
* Zero cipher_data in EVP_CIPHER_CTX_cleanupDr. Stephen Henson2002-05-152-16/+18