aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* This is a revert of my previous commit to "improve" the declaration ofGeoff Thorpe2003-11-053-45/+15
* typo in commentUlf Möller2003-11-051-1/+1
* cleanup as discussed with GeoffUlf Möller2003-11-051-1/+1
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-0424-39/+193
* Avoid some shadowed variable names.Geoff Thorpe2003-11-042-8/+8
* This is the least unacceptable way I've found for declaring the bignum dataGeoff Thorpe2003-11-043-15/+45
* bn_div() does some pretty nasty things with temporary variables,Geoff Thorpe2003-10-311-2/+4
* When a BN_CTX is used for temporary workspace, the variables are sometimesGeoff Thorpe2003-10-301-0/+13
* This fixes a couple of cases where an inconsistent BIGNUM could be passed asGeoff Thorpe2003-10-301-0/+6
* Remove a line that was causing redundant declarations.Geoff Thorpe2003-10-291-1/+0
* Oops, this file already had the "empty source file" workaround but itGeoff Thorpe2003-10-291-6/+7
* Make md32_common.h friendlier to compiler warnings.Geoff Thorpe2003-10-291-2/+2
* Some provisional bignum debugging has begun to detect inconsistent BIGNUMGeoff Thorpe2003-10-293-2/+4
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-2922-52/+63
* BN_CTX is opaque and the static initialiser BN_CTX_init() is not usedGeoff Thorpe2003-10-293-32/+37
* Removing those memcpy()s also took away the possibility for in and out toRichard Levitte2003-10-291-3/+4
* remove accidentally committed debugging cruft.Geoff Thorpe2003-10-291-2/+0
* Remove an unnecessary cast that causes certain compilers (eg. mine) someGeoff Thorpe2003-10-291-4/+4
* Remove redundant declaration.Geoff Thorpe2003-10-291-3/+0
* Relax some over-zealous constification that gave some lhash-based code noGeoff Thorpe2003-10-293-10/+10
* Comments out some unimplemented functions instead of redeclaring them.Geoff Thorpe2003-10-291-1/+3
* Avoid "empty source file" warnings.Geoff Thorpe2003-10-291-0/+2
* For whatever reason (compiler or header bugs), at least one commonly-usedGeoff Thorpe2003-10-292-20/+31
* Update any code that was using deprecated functions so that everything buildsGeoff Thorpe2003-10-293-24/+32
* When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or shouldGeoff Thorpe2003-10-294-1/+18
* The "cryptodev" engine preprocessor logic used undefined symbols inGeoff Thorpe2003-10-291-1/+2
* make updateGeoff Thorpe2003-10-281-6/+6
* Ignore derived file.Geoff Thorpe2003-10-281-0/+1
* Remove duplicate prototypes have already been (correctly) added to rsa.h,Geoff Thorpe2003-10-241-4/+0
* Correct serious bug in AES-CBC decryption when the message length isn'tRichard Levitte2003-10-151-5/+4
* The object file is o_str.o, not o_str.c.Richard Levitte2003-10-131-1/+1
* Add support for digested data PKCS#7 type.Dr. Stephen Henson2003-10-114-59/+136
* Simplify cipher and digest lookup in PKCS#7 code.Dr. Stephen Henson2003-10-111-6/+5
* New function to initialize a PKCS7 structure of type other.Dr. Stephen Henson2003-10-102-0/+8
* Initialize digested data type in PKCS7_set_type().Dr. Stephen Henson2003-10-101-0/+5
* Retrieve correct content to sign when theDr. Stephen Henson2003-10-101-26/+21
* In realloc, don't destroy the old memory area if a new one couldn't beRichard Levitte2003-10-071-3/+7
* Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte2003-10-062-12/+13
* Setting the ex_data index is unsafe in a threaded environment, soRichard Levitte2003-10-063-5/+10
* Remove unused code, don't use zlib functions that are really macrosRichard Levitte2003-10-041-6/+19
* Include e_os.h to get a proper definition of memmove on the platformsRichard Levitte2003-10-011-0/+1
* ASN1 parse fix and release file changes.Dr. Stephen Henson2003-09-303-2/+11
* Synchronise util/libeay.num with the 0.9.7-stable one.Richard Levitte2003-09-281-0/+2
* Uhmm, It seem to have forgotten one file when I committed the MSDOSRichard Levitte2003-09-281-3/+20
* Change the indentation from 12 to indent+4.Richard Levitte2003-09-271-1/+1
* Make MD5 assembler code able to handle messages larger than 2GB on 32-bitRichard Levitte2003-09-274-1/+10
* Add reference counting around the thread state hash table.Richard Levitte2003-09-272-1/+42
* Fix prime generation loop in crypto/bn/bn_prime.pl by makingRalf S. Engelschall2003-09-251-1/+1
* Typos.Dr. Stephen Henson2003-09-092-2/+3
* Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte2003-09-094-4/+166