aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* New function X509V3_add_i2d() this is used forDr. Stephen Henson2000-12-245-1/+119
* Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson2000-12-216-9/+17
* Don't access non-existing element buf[256], use buf[255] instead.Bodo Möller2000-12-201-1/+1
* Fixes to OCSP print code.Dr. Stephen Henson2000-12-204-18/+17
* fix indentationBodo Möller2000-12-191-1/+1
* Don't hold CRYPTO_LOCK_RSA during time-consuming operations.Bodo Möller2000-12-191-58/+67
* Add a comment (intended change)Bodo Möller2000-12-181-1/+1
* Comment correction.Bodo Möller2000-12-181-2/+4
* Obtain lock CRYPTO_LOCK_RSA before creating BN_MONT_CTXBodo Möller2000-12-181-12/+70
* Redo OCSP response printing. Remove duplicate orDr. Stephen Henson2000-12-179-942/+178
* Simplify preprocessor statements.Bodo Möller2000-12-171-6/+4
* Add OCSP service locator extension.Dr. Stephen Henson2000-12-163-6/+38
* Do not poll DEVRANDOM if weäre building without an file pointer API.Richard Levitte2000-12-161-0/+6
* Add support for the noCheck OCSP extension. This isDr. Stephen Henson2000-12-165-4/+28
* Locking issues.Bodo Möller2000-12-154-10/+35
* Implement some standard OCSP extensions in the v3 code. TheseDr. Stephen Henson2000-12-155-65/+130
* The C version of bn_sub_part_words is needed not onlyBodo Möller2000-12-151-1/+1