aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change prototypes for new CRYPTO_..._mem_ex_functions functions soBodo Möller2001-01-101-4/+4
* As response to a user request to be able to use external memoryRichard Levitte2001-01-102-5/+94
* Fix uni2asc() so it can properly convert zero lengthDr. Stephen Henson2001-01-101-1/+1
* oops, void functions shouldn't try and return a value. Strangely, gccGeoff Thorpe2001-01-091-2/+2
* Add automatic query of EGD sockets to RAND_poll(). The EGD sockets areLutz Jänicke2001-01-093-12/+67
* Don't cheat: when only getting several bytes from each source, n is incrementedLutz Jänicke2001-01-091-2/+5
* Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe2001-01-095-11/+24
* Get rid of the function pointer casting in the debugging memory code dueGeoff Thorpe2001-01-092-6/+13
* This adds macros to implement (and/or declare) type-safe wrapper functionsGeoff Thorpe2001-01-092-14/+35
* Whilst in the process of fixing outstanding function-pointer casts in theGeoff Thorpe2001-01-081-1/+1
* Keep up with Unix code. It's beginning to be time to rethink the VMSRichard Levitte2001-01-081-2/+3
* Add prototypes for new OCSP functions.Dr. Stephen Henson2001-01-082-1/+16
* Change RAND_poll for Unix to try a number of devices and only readRichard Levitte2001-01-084-51/+283
* Add set of OCSP client functions. All experimentalDr. Stephen Henson2001-01-087-59/+414
* Keep up with the Unixly changes.Richard Levitte2001-01-071-1/+1
* Modify OCSP API to more closely reflectDr. Stephen Henson2001-01-053-28/+9
* Fix typo in OCSP nonce extension.Dr. Stephen Henson2001-01-045-6/+12
* Update OCSP API.Dr. Stephen Henson2001-01-048-55/+217
* Fix the S/MIME code so it now works again andDr. Stephen Henson2000-12-313-37/+42
* Make the DSO code for VMS work again. First attempt.Richard Levitte2000-12-311-30/+24
* Since asn1.h gets included recursively from many places, the easiestRichard Levitte2000-12-311-0/+3
* Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson2000-12-3113-138/+190
* If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcryptoRichard Levitte2000-12-316-19/+51
* Delete PKCS#12 redundant files.Dr. Stephen Henson2000-12-304-647/+0
* ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement ofDr. Stephen Henson2000-12-305-59/+154
* Replace the old ASN1_dup() with ASN1_item_dup() andDr. Stephen Henson2000-12-293-30/+17
* Correct a typo.Richard Levitte2000-12-291-1/+1
* "make update" plus a rewrite of both .num files.Richard Levitte2000-12-293-114/+93
* ASN1_ITEM version of ASN1_dup(). Might wantDr. Stephen Henson2000-12-282-1/+27
* Update VMS build procedures to match the current status.Richard Levitte2000-12-282-19/+23
* Add NO_ASN1_OLD to remove some old style functions:Dr. Stephen Henson2000-12-286-78/+47
* ASN1_ITEM versions of sign, verify, pack and unpack.Dr. Stephen Henson2000-12-286-1/+194
* New OCSP extension functions.Dr. Stephen Henson2000-12-282-11/+237
* Avoid compiler warnings in hw_ubsec.c: unused staticDr. Stephen Henson2000-12-272-2/+11
* X509V3_add_i2d() needs to be able to allocate aDr. Stephen Henson2000-12-273-10/+11