aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2001-02-06Rijdael CBC mode and partial undebugged SSL support.Ben Laurie8-9/+174
2001-02-06Avoid coredumps for CONF_get_...(NULL, ...)Bodo Möller1-18/+41
2001-02-06format stringsUlf Möller1-1/+1
2001-02-06Fix potential buffer overrun for EBCDIC.Ulf Möller1-6/+20
2001-02-05Fix a memory leak in BIO_get_accept_socket(). This leak was small andRichard Levitte1-4/+4
2001-02-05Include string.h (whis is in all relevant standards) instead ofBodo Möller1-1/+1
2001-02-05New function to copy nonce values from OCSPDr. Stephen Henson2-12/+17
2001-02-04Make depend.Ben Laurie17-1830/+2004
2001-02-04Can't remember why this was needed?Ben Laurie1-1/+2
2001-02-04Fix a warning.Ben Laurie1-0/+1
2001-02-04Fix ASN1_TIME_to_generlizedtime().Dr. Stephen Henson5-11/+35
2001-02-03Various OCSP responder utility functions.Dr. Stephen Henson7-227/+321
2001-02-02Various function for commmon operations.Dr. Stephen Henson10-44/+42
2001-02-02Tidy up the mess in bss_sock.c and bss_fd.cDr. Stephen Henson2-130/+225
2001-02-01Tolerate some "variations" used in someDr. Stephen Henson1-2/+4
2001-01-30Increase consistency of header data (some mail readers really do notRichard Levitte1-3/+3
2001-01-28Comment and indentationBodo Möller2-4/+11
2001-01-28Make sk_sort tolearate a NULL argument.Dr. Stephen Henson1-1/+1
2001-01-26New OCSP response verify option OCSP_TRUSTOTHERDr. Stephen Henson2-7/+17
2001-01-24Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson4-13/+45
2001-01-24Update "OAEP reconsidered" commentBodo Möller1-8/+8
2001-01-23There is no C version of bn_div_3_wordsUlf Möller1-1/+1
2001-01-20Fix to stop X509_time_adj() using GeneralizedTime.Dr. Stephen Henson1-3/+5
2001-01-19Fixes to various ASN1_INTEGER routines for negative case.Dr. Stephen Henson3-5/+36
2001-01-19Additional functionality in ocsp utility: print summaryDr. Stephen Henson4-8/+35
2001-01-18Implement remaining OCSP verify checks inDr. Stephen Henson3-13/+175
2001-01-17Initial OCSP certificate verify. Not complete,Dr. Stephen Henson8-10/+126
2001-01-14Change PKCS#12 key derivation routines to cope withDr. Stephen Henson4-9/+13
2001-01-13New OCSP utility. This can generate, parse and printDr. Stephen Henson2-4/+6
2001-01-12Disable RegQueryValueEx() call.Bodo Möller1-0/+5
2001-01-12isspace must be used only on *unsigned* charsBodo Möller1-6/+6
2001-01-11Fix typo in OCSP ASN1 module, this causedDr. Stephen Henson3-4/+4
2001-01-11OCSP basic response verify. Very incompleteDr. Stephen Henson5-5/+157
2001-01-10No functional change, but slightly improved code clarity.Bodo Möller1-3/+6
2001-01-10After discussion with Richard, change the new API for extended memoryBodo Möller1-56/+51
2001-01-10make indentation consistentBodo Möller1-14/+14
2001-01-10Add SSLEAY_DIR argument code for SSLeay_version.Bodo Möller2-0/+9
2001-01-10Change prototypes for new CRYPTO_..._mem_ex_functions functions soBodo Möller1-4/+4
2001-01-10As response to a user request to be able to use external memoryRichard Levitte2-5/+94
2001-01-10Fix uni2asc() so it can properly convert zero lengthDr. Stephen Henson1-1/+1
2001-01-09oops, void functions shouldn't try and return a value. Strangely, gccGeoff Thorpe1-2/+2
2001-01-09Add automatic query of EGD sockets to RAND_poll(). The EGD sockets areLutz Jänicke3-12/+67
2001-01-09Don't cheat: when only getting several bytes from each source, n is incrementedLutz Jänicke1-2/+5
2001-01-09Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe5-11/+24
2001-01-09Get rid of the function pointer casting in the debugging memory code dueGeoff Thorpe2-6/+13
2001-01-09This adds macros to implement (and/or declare) type-safe wrapper functionsGeoff Thorpe2-14/+35
2001-01-08Whilst in the process of fixing outstanding function-pointer casts in theGeoff Thorpe1-1/+1
2001-01-08Keep up with Unix code. It's beginning to be time to rethink the VMSRichard Levitte1-2/+3
2001-01-08Add prototypes for new OCSP functions.Dr. Stephen Henson2-1/+16
2001-01-08Change RAND_poll for Unix to try a number of devices and only readRichard Levitte4-51/+283