aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix "wierd" typo as submitted by Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>.Lutz Jänicke2001-02-091-1/+1
* Various Win32 related fixed. Make no-krb5 work in mkdef.pl .Dr. Stephen Henson2001-02-093-11/+2
* The check for request including a nonce and response not having it wasRichard Levitte2001-02-081-1/+1
* use <= instead of ==Ulf Möller2001-02-081-1/+1
* point out that RAND_load_file() etc are only for seed files, not forUlf Möller2001-02-081-0/+3
* Another comment change. (Previous comment does not applyBodo Möller2001-02-081-2/+2
* Change comments. (The expected number of iterations in BN_rand_rangeBodo Möller2001-02-081-2/+2
* oops -- remove observation codeBodo Möller2001-02-081-4/+0
* Integrate my implementation of a countermeasure againstBodo Möller2001-02-084-8/+63
* platform specific CFLAGS don't belong into this MakefileBodo Möller2001-02-081-1/+2
* Bleichenbacher's DSA attackUlf Möller2001-02-073-7/+13
* Modify access to EGD socket to deal with EINTR etc that can appearLutz Jänicke2001-02-071-67/+156
* Fix AES code.Dr. Stephen Henson2001-02-0716-4977/+1860
* Rijdael CBC mode and partial undebugged SSL support.Ben Laurie2001-02-068-9/+174
* Avoid coredumps for CONF_get_...(NULL, ...)Bodo Möller2001-02-061-18/+41
* format stringsUlf Möller2001-02-061-1/+1
* Fix potential buffer overrun for EBCDIC.Ulf Möller2001-02-061-6/+20
* Fix a memory leak in BIO_get_accept_socket(). This leak was small andRichard Levitte2001-02-051-4/+4
* Include string.h (whis is in all relevant standards) instead ofBodo Möller2001-02-051-1/+1
* New function to copy nonce values from OCSPDr. Stephen Henson2001-02-052-12/+17
* Make depend.Ben Laurie2001-02-0417-1830/+2004
* Can't remember why this was needed?Ben Laurie2001-02-041-1/+2
* Fix a warning.Ben Laurie2001-02-041-0/+1
* Fix ASN1_TIME_to_generlizedtime().Dr. Stephen Henson2001-02-045-11/+35
* Various OCSP responder utility functions.Dr. Stephen Henson2001-02-037-227/+321
* Various function for commmon operations.Dr. Stephen Henson2001-02-0210-44/+42
* Tidy up the mess in bss_sock.c and bss_fd.cDr. Stephen Henson2001-02-022-130/+225
* Tolerate some "variations" used in someDr. Stephen Henson2001-02-011-2/+4
* Increase consistency of header data (some mail readers really do notRichard Levitte2001-01-301-3/+3
* Comment and indentationBodo Möller2001-01-282-4/+11
* Make sk_sort tolearate a NULL argument.Dr. Stephen Henson2001-01-281-1/+1
* New OCSP response verify option OCSP_TRUSTOTHERDr. Stephen Henson2001-01-262-7/+17
* Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson2001-01-244-13/+45
* Update "OAEP reconsidered" commentBodo Möller2001-01-241-8/+8
* There is no C version of bn_div_3_wordsUlf Möller2001-01-231-1/+1
* Fix to stop X509_time_adj() using GeneralizedTime.Dr. Stephen Henson2001-01-201-3/+5
* Fixes to various ASN1_INTEGER routines for negative case.Dr. Stephen Henson2001-01-193-5/+36
* Additional functionality in ocsp utility: print summaryDr. Stephen Henson2001-01-194-8/+35
* Implement remaining OCSP verify checks inDr. Stephen Henson2001-01-183-13/+175
* Initial OCSP certificate verify. Not complete,Dr. Stephen Henson2001-01-178-10/+126
* Change PKCS#12 key derivation routines to cope withDr. Stephen Henson2001-01-144-9/+13
* New OCSP utility. This can generate, parse and printDr. Stephen Henson2001-01-132-4/+6
* Disable RegQueryValueEx() call.Bodo Möller2001-01-121-0/+5
* isspace must be used only on *unsigned* charsBodo Möller2001-01-121-6/+6
* Fix typo in OCSP ASN1 module, this causedDr. Stephen Henson2001-01-113-4/+4
* OCSP basic response verify. Very incompleteDr. Stephen Henson2001-01-115-5/+157
* No functional change, but slightly improved code clarity.Bodo Möller2001-01-101-3/+6
* After discussion with Richard, change the new API for extended memoryBodo Möller2001-01-101-56/+51
* make indentation consistentBodo Möller2001-01-101-14/+14
* Add SSLEAY_DIR argument code for SSLeay_version.Bodo Möller2001-01-102-0/+9