summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Because libraries on Windows lack useful version information, the zlibRichard Levitte2004-10-141-1/+11
* Oops!Dr. Stephen Henson2004-10-041-1/+1
* Fix race condition when CRL checking is enabled.Dr. Stephen Henson2004-10-048-31/+100
* Update debug-steveDr. Stephen Henson2004-10-011-1/+1
* Don't use C++ reserved work "explicit".Dr. Stephen Henson2004-10-012-4/+4
* Fix Solaris 10_x86 shared build. -Bsymbolic is required to avoidAndy Polyakov2004-09-282-7/+8
* usr/doc has recently changed to usr/share/doc on Cygwin.Richard Levitte2004-09-281-4/+4
* Move the declaration of alloca() so it's ony declared when reallyRichard Levitte2004-09-271-10/+7
* SHA1 asm Pentium tune-up. Performance loss is not as bad anymore.Andy Polyakov2004-09-271-32/+37
* sha256_block advances the input pointer double as fast sometimes. Fix theAndy Polyakov2004-09-272-4/+9
* Nils Larsch reported that this include is required. Strange that this hadGeoff Thorpe2004-09-251-0/+1
* Import changed files from LPlib. The changes are logged as followsRichard Levitte2004-09-245-70/+84
* Remove distracting comments and code. Thanks to Nils for picking up on theGeoff Thorpe2004-09-191-16/+0
* Two TODO comments taken care of. Nils pointed out that one of them had alreadyGeoff Thorpe2004-09-192-6/+17
* Make -Werror happy again.Geoff Thorpe2004-09-181-0/+1
* Check ASN1_TYPE structure type is a SEQUENCE in PKCS7_get_smimecap().Dr. Stephen Henson2004-09-161-4/+5
* Change values of MBSTRING_* to the form MBSTRING_FLAG|nbyte as assumedDr. Stephen Henson2004-09-141-2/+2
* - There's no more need for the snprintf macro.Richard Levitte2004-09-131-5/+10
* Synchronise with Unix build.Richard Levitte2004-09-121-1/+1
* When looking for request extensions in a certificate look firstDr. Stephen Henson2004-09-101-16/+16
* make updateRichard Levitte2004-09-105-6/+63
* Make VIA Padlock engine more platform friendly and eliminate compilerAndy Polyakov2004-09-091-2/+3
* x86 assembler updates: more instructions, new OPENSSL_instrument_haltAndy Polyakov2004-09-094-6/+46
* Synchronise VMS build files with Unixly Makefiles.Richard Levitte2004-09-081-1/+1
* Another symbol longer than 31 characters...Richard Levitte2004-09-081-0/+2
* Reformat smime utility.Dr. Stephen Henson2004-09-074-64/+103
* Don't use 'explicit' for variable name.Dr. Stephen Henson2004-09-071-3/+3
* Reformat smime.cDr. Stephen Henson2004-09-071-167/+331
* New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson2004-09-0615-92/+881
* Stop compiler warnings.Dr. Stephen Henson2004-09-061-6/+6
* TABLE OpenBSD-i386 updateAndy Polyakov2004-08-301-41/+41
* Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov2004-08-2913-45/+89
* OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aAndy Polyakov2004-08-299-35/+45
* Fix compiler warnings in crypto/evp/bio_ok.c as pointed out by Geoff.Andy Polyakov2004-08-291-2/+4
* crypto/perlasm update primarily to unify Netware modules. Once it's verifiedAndy Polyakov2004-08-294-44/+109
* Minor VIA Padlock engine update: eliminate -Wunused warning when *not*Andy Polyakov2004-08-241-14/+45
* Make aes_ctr.c 64-bit savvy.Andy Polyakov2004-08-241-4/+4
* 'compatibility', not 'computability' :-)...Richard Levitte2004-08-181-1/+1
* On systems that use case-insensitive symbol names (i.e. they're allRichard Levitte2004-08-124-6/+6
* Basically, I wanted to be able to make a dump to a FILE*, and not haveRichard Levitte2004-08-112-18/+56
* 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
* Call setup_engine after autoconfig.Dr. Stephen Henson2004-08-061-4/+4
* Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility.Dr. Stephen Henson2004-08-052-5/+13
* Make a note of the new engine.Geoff Thorpe2004-08-051-0/+5
* Padlock engine update to fix a typo in MSC assembler and to addressAndy Polyakov2004-08-041-26/+31
* DJGPP has opendir() and friends, according to Gisle Vanem <giva@bgnett.no>.Richard Levitte2004-08-031-1/+1
* If they ask for 386, keep it as 386 as possible...Andy Polyakov2004-08-031-0/+2
* Avoid a.out name table pollition.Andy Polyakov2004-08-031-11/+19