summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updates for 0.9.7e release.OpenSSL_0_9_7eDr. Stephen Henson2004-10-255-7/+7
* Fix race condition.Dr. Stephen Henson2004-10-251-1/+1
* make updateDr. Stephen Henson2004-10-253-11/+9
* Stop VC++ complaining...Dr. Stephen Henson2004-10-201-2/+2
* Update NEWS file.Dr. Stephen Henson2004-10-201-0/+5
* Typo.Dr. Stephen Henson2004-10-201-1/+1
* make updateRichard Levitte2004-10-142-3/+4
* We need to check for OPENSSL_FIPS when building shared libraries, soRichard Levitte2004-10-141-0/+8
* Because libraries on Windows lack useful version information, the zlibRichard Levitte2004-10-141-1/+11
* Update fingerprints.Ben Laurie2004-10-083-3/+3
* Oops..Dr. Stephen Henson2004-10-041-1/+1
* Fix race condition when CRL checking is enabled.Dr. Stephen Henson2004-10-048-31/+93
* Update debug-steveDr. Stephen Henson2004-10-011-1/+1
* Fix Solaris 10_x86 shared build. -Bsymbolic is required to avoidAndy Polyakov2004-09-281-0/+1
* usr/doc has recently changed to usr/share/doc on Cygwin.Richard Levitte2004-09-281-4/+4
* Check ASN1_TYPE structure type is a SEQUENCE in PKCS7_get_smimecap().Dr. Stephen Henson2004-09-151-4/+5
* Oops, forgot to reorder extension request nids.Dr. Stephen Henson2004-09-131-1/+1
* ASN1_STRING_to_UTF8() assumed that the MBSTRING_* flags were ofDr. Stephen Henson2004-09-131-2/+7
* Makefile.ssl changed name to Makefile...Richard Levitte2004-09-111-1/+1
* Stop warning.Dr. Stephen Henson2004-09-101-1/+1
* When looking for request extensions in a certificate look firstDr. Stephen Henson2004-09-101-17/+18
* num is an unsigned long, but since it was transfered fromRichard Levitte2004-09-061-2/+2
* Replace the bogus checks of n with proper uses of feof(), ferror() andRichard Levitte2004-09-061-4/+5
* Sync aes_ctr.c with HEAD.Andy Polyakov2004-08-231-30/+5
* 'compatibility', not 'computability' :-)...Richard Levitte2004-08-181-1/+1
* Another missing module in the VMS build files. I believe this is theRichard Levitte2004-08-111-2/+2
* Stupid casts...Richard Levitte2004-08-111-3/+3
* Update FAQ.Dr. Stephen Henson2004-08-111-0/+28
* Make ASN1_INTEGER_cmp() work as expected with negative integers.Dr. Stephen Henson2004-08-101-1/+20
* With DEC C in ANSI C mode, we need to define _XOPEN_SOURCE_EXTENDED toRichard Levitte2004-08-102-2/+8
* Update the VMS fips library builder with the DH library.Richard Levitte2004-08-101-1/+2
* make updateRichard Levitte2004-08-1015-67/+231
* Correct typos and include directory specifications.Richard Levitte2004-08-091-4/+4
* In the fips directory, we use FIPS-LIB.COM, not CRYPTO-LIB.COM...Richard Levitte2004-08-091-1/+1
* In ca.c setup engine after autoconfig so any dynamic engines are visible.Dr. Stephen Henson2004-08-061-4/+4
* Stop compiler giving bogus shadow warning.Dr. Stephen Henson2004-08-052-2/+2
* Don't ignore return values of EVP_DigestInit_ex() in md BIOs and dgst.Dr. Stephen Henson2004-08-052-5/+13
* Let's lock a write lock when changing values, shall we?Richard Levitte2004-08-021-4/+4
* To protect FIPS-related global variables, add locking mechanismsRichard Levitte2004-07-3031-79/+261
* We're building crypto stuff, not ssl stuff. Additionally, we're inRichard Levitte2004-07-291-3/+3
* We build the crypto stuff, not the ssl stuff, in this command procedure...Richard Levitte2004-07-291-2/+2
* Define OPENSSL_FIPS in opensslconf.h if a logical name with the sameRichard Levitte2004-07-281-1/+5
* From the FIPS directory, darnit!Richard Levitte2004-07-281-2/+2
* New cipher "strength" FIPS which specifies that aDr. Stephen Henson2004-07-274-34/+47
* TypoRichard Levitte2004-07-271-1/+1
* The compiler may complain about what looks like a double definition of aRichard Levitte2004-07-271-3/+4
* Rename libcrypto.sha1 to libcrypto.a.sha1Dr. Stephen Henson2004-07-273-5/+5
* Add FIPS name to error library.Dr. Stephen Henson2004-07-271-0/+1
* Stop compiler warnings.Dr. Stephen Henson2004-07-271-8/+9
* Add casts where casts due. It's "safe" to cast, because "wrong" castsAndy Polyakov2004-07-241-2/+5