summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Oops! Correct version file.Dr. Stephen Henson2007-02-231-1/+1
* Prepare for release.Dr. Stephen Henson2007-02-231-3/+3
* Make update.Dr. Stephen Henson2007-02-231-0/+22
* Fix incorrect handling of special characters.Lutz Jänicke2007-02-211-2/+2
* Cleanse PEM buffers before freeing them.Dr. Stephen Henson2007-02-212-1/+5
* Update from fips2 branch.Dr. Stephen Henson2007-02-033-3/+3
* Typo.Dr. Stephen Henson2007-01-231-1/+1
* Constify tag table.Dr. Stephen Henson2007-01-231-1/+1
* Move some DSA functions between files to make it possible to use the DSADr. Stephen Henson2007-01-234-66/+88
* Update from HEAD.Dr. Stephen Henson2007-01-2144-56/+56
* Remove 'done' variable since it stops error codes being reloaded.Dr. Stephen Henson2006-12-071-4/+0
* fix function names in RSAerr callsNils Larsch2006-12-041-6/+6
* Rebuild error source files.Dr. Stephen Henson2006-11-2122-156/+90
* Fix from HEAD.Dr. Stephen Henson2006-11-132-2/+2
* Initialise ctx to NULL to avoid uninitialized free, noticed byMark J. Cox2006-09-291-1/+1
* After tagging, open up 0.9.7m-devMark J. Cox2006-09-281-3/+3
* Prepare for 0.9.7l releaseOpenSSL_0_9_7lMark J. Cox2006-09-281-3/+3
* Introduce limits to prevent malicious keys being able toMark J. Cox2006-09-2810-0/+90
* Fix from head.Dr. Stephen Henson2006-09-221-1/+1
* Ensure that the addition mods[i]+delta cannot overflow in probable_prime().Bodo Möller2006-09-191-6/+3
* make consistent with 0.9.8-branch version of this fileBodo Möller2006-09-063-13/+2
* Bump for 0.9.7l-devMark J. Cox2006-09-051-3/+3
* Prepare 0.9.7k releaseOpenSSL_0_9_7kMark J. Cox2006-09-051-3/+3
* Avoid PKCS #1 v1.5 signature attack discovered by Daniel BleichenbacherMark J. Cox2006-09-054-0/+28
* Update from HEAD.Dr. Stephen Henson2006-08-311-1/+5
* Fix from HEAD.Dr. Stephen Henson2006-07-091-1/+2
* use <poll.h> as by Single Unix SpecificationBodo Möller2006-06-301-2/+2
* always read if we can't use select because of a too large FDBodo Möller2006-06-281-70/+71
* Mitigate the hazard of cache-collision timing attack on last roundAndy Polyakov2006-06-281-199/+99
* Use poll() when possible to gather Unix randomness entropyRichard Levitte2006-06-271-7/+52
* Synchronise with the Unix buildRichard Levitte2006-06-211-1/+1
* Place hex_to_string and string_to_hex in separate source file to avoidDr. Stephen Henson2006-06-203-92/+155
* Thread-safety fixesBodo Möller2006-06-162-11/+32
* Thread-safety fixesBodo Möller2006-06-143-28/+107
* Fix from HEAD.Dr. Stephen Henson2006-05-171-3/+3
* Update for next dev version.Dr. Stephen Henson2006-05-041-3/+3
* Prepare for releaseOpenSSL_0_9_7jDr. Stephen Henson2006-05-041-3/+3
* Use new fips-1.0 directory in error library.Dr. Stephen Henson2006-05-041-1/+1
* Check pbe2->keyfunc->parameter is not NULL before dereferencing.Dr. Stephen Henson2006-04-151-3/+8
* Check flag before calling FIPS_dsa_check().Dr. Stephen Henson2006-03-312-6/+6
* Flag to allow use of DSA_METHOD in FIPS mode.Dr. Stephen Henson2006-03-313-3/+13
* apply fixes from the cvs headNils Larsch2006-03-142-3/+7
* Check EVP_DigestInit return value in EVP_BytesToKey() and use supportedDr. Stephen Henson2006-03-012-2/+11
* fix "#ifndef HZ" statementNils Larsch2006-02-281-3/+3
* Fix from HEAD.Dr. Stephen Henson2006-02-0437-37/+37
* Fix from HEAD.Dr. Stephen Henson2006-02-041-1/+1
* fix if statement: call conn_state() if the BIO is not in the BIO_CONN_S_OK stateNils Larsch2006-02-021-1/+1
* Fix from head.Dr. Stephen Henson2006-01-311-1/+1
* Replace detached signature with in-core fingerprinting.Andy Polyakov2006-01-211-0/+6
* Correctly encode FALSE for BOOL in ASN1_TYPE.Dr. Stephen Henson2006-01-191-3/+6