summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2001-02-06format stringsUlf Möller
2001-02-06Fix potential buffer overrun for EBCDIC.Ulf Möller
2001-02-05Fix a memory leak in BIO_get_accept_socket(). This leak was small andRichard Levitte
2001-02-05Include string.h (whis is in all relevant standards) instead ofBodo Möller
2001-02-05New function to copy nonce values from OCSPDr. Stephen Henson
2001-02-04Make depend.Ben Laurie
2001-02-04Can't remember why this was needed?Ben Laurie
2001-02-04Fix a warning.Ben Laurie
2001-02-04Fix ASN1_TIME_to_generlizedtime().Dr. Stephen Henson
2001-02-03Various OCSP responder utility functions.Dr. Stephen Henson
2001-02-02Various function for commmon operations.Dr. Stephen Henson
2001-02-02Tidy up the mess in bss_sock.c and bss_fd.cDr. Stephen Henson
2001-02-01Tolerate some "variations" used in someDr. Stephen Henson
2001-01-30Increase consistency of header data (some mail readers really do notRichard Levitte
2001-01-28Comment and indentationBodo Möller
2001-01-28Make sk_sort tolearate a NULL argument.Dr. Stephen Henson
2001-01-26New OCSP response verify option OCSP_TRUSTOTHERDr. Stephen Henson
2001-01-24Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson
2001-01-24Update "OAEP reconsidered" commentBodo Möller
2001-01-23There is no C version of bn_div_3_wordsUlf Möller
2001-01-20Fix to stop X509_time_adj() using GeneralizedTime.Dr. Stephen Henson
2001-01-19Fixes to various ASN1_INTEGER routines for negative case.Dr. Stephen Henson
2001-01-19Additional functionality in ocsp utility: print summaryDr. Stephen Henson
2001-01-18Implement remaining OCSP verify checks inDr. Stephen Henson
2001-01-17Initial OCSP certificate verify. Not complete,Dr. Stephen Henson
2001-01-14Change PKCS#12 key derivation routines to cope withDr. Stephen Henson
2001-01-13New OCSP utility. This can generate, parse and printDr. Stephen Henson
2001-01-12Disable RegQueryValueEx() call.Bodo Möller
2001-01-12isspace must be used only on *unsigned* charsBodo Möller
2001-01-11Fix typo in OCSP ASN1 module, this causedDr. Stephen Henson
2001-01-11OCSP basic response verify. Very incompleteDr. Stephen Henson
2001-01-10No functional change, but slightly improved code clarity.Bodo Möller
2001-01-10After discussion with Richard, change the new API for extended memoryBodo Möller
2001-01-10make indentation consistentBodo Möller
2001-01-10Add SSLEAY_DIR argument code for SSLeay_version.Bodo Möller
2001-01-10Change prototypes for new CRYPTO_..._mem_ex_functions functions soBodo Möller
2001-01-10As response to a user request to be able to use external memoryRichard Levitte
2001-01-10Fix uni2asc() so it can properly convert zero lengthDr. Stephen Henson
2001-01-09oops, void functions shouldn't try and return a value. Strangely, gccGeoff Thorpe
2001-01-09Add automatic query of EGD sockets to RAND_poll(). The EGD sockets areLutz Jänicke
2001-01-09Don't cheat: when only getting several bytes from each source, n is incrementedLutz Jänicke
2001-01-09Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe
2001-01-09Get rid of the function pointer casting in the debugging memory code dueGeoff Thorpe
2001-01-09This adds macros to implement (and/or declare) type-safe wrapper functionsGeoff Thorpe
2001-01-08Whilst in the process of fixing outstanding function-pointer casts in theGeoff Thorpe
2001-01-08Keep up with Unix code. It's beginning to be time to rethink the VMSRichard Levitte
2001-01-08Add prototypes for new OCSP functions.Dr. Stephen Henson
2001-01-08Change RAND_poll for Unix to try a number of devices and only readRichard Levitte
2001-01-08Add set of OCSP client functions. All experimentalDr. Stephen Henson
2001-01-07Keep up with the Unixly changes.Richard Levitte