summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2001-01-05Modify OCSP API to more closely reflectDr. Stephen Henson
2001-01-04Fix typo in OCSP nonce extension.Dr. Stephen Henson
2001-01-04Update OCSP API.Dr. Stephen Henson
2000-12-31Fix the S/MIME code so it now works again andDr. Stephen Henson
2000-12-31Make the DSO code for VMS work again. First attempt.Richard Levitte
2000-12-31Since asn1.h gets included recursively from many places, the easiestRichard Levitte
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson
2000-12-31If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcryptoRichard Levitte
2000-12-30Delete PKCS#12 redundant files.Dr. Stephen Henson
2000-12-30ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement ofDr. Stephen Henson
2000-12-29Replace the old ASN1_dup() with ASN1_item_dup() andDr. Stephen Henson
2000-12-29Correct a typo.Richard Levitte
2000-12-29"make update" plus a rewrite of both .num files.Richard Levitte
2000-12-28ASN1_ITEM version of ASN1_dup(). Might wantDr. Stephen Henson
2000-12-28Update VMS build procedures to match the current status.Richard Levitte
2000-12-28Add NO_ASN1_OLD to remove some old style functions:Dr. Stephen Henson
2000-12-28ASN1_ITEM versions of sign, verify, pack and unpack.Dr. Stephen Henson
2000-12-28New OCSP extension functions.Dr. Stephen Henson
2000-12-27Avoid compiler warnings in hw_ubsec.c: unused staticDr. Stephen Henson