aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2001-01-08Add set of OCSP client functions. All experimentalDr. Stephen Henson7-59/+414
2001-01-07Keep up with the Unixly changes.Richard Levitte1-1/+1
2001-01-05Modify OCSP API to more closely reflectDr. Stephen Henson3-28/+9
2001-01-04Fix typo in OCSP nonce extension.Dr. Stephen Henson5-6/+12
2001-01-04Update OCSP API.Dr. Stephen Henson8-55/+217
2000-12-31Fix the S/MIME code so it now works again andDr. Stephen Henson3-37/+42
2000-12-31Make the DSO code for VMS work again. First attempt.Richard Levitte1-30/+24
2000-12-31Since asn1.h gets included recursively from many places, the easiestRichard Levitte1-0/+3
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson13-138/+190
2000-12-31If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcryptoRichard Levitte6-19/+51
2000-12-30Delete PKCS#12 redundant files.Dr. Stephen Henson4-647/+0
2000-12-30ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement ofDr. Stephen Henson5-59/+154
2000-12-29Replace the old ASN1_dup() with ASN1_item_dup() andDr. Stephen Henson3-30/+17
2000-12-29Correct a typo.Richard Levitte1-1/+1
2000-12-29"make update" plus a rewrite of both .num files.Richard Levitte3-114/+93
2000-12-28ASN1_ITEM version of ASN1_dup(). Might wantDr. Stephen Henson2-1/+27
2000-12-28Update VMS build procedures to match the current status.Richard Levitte2-19/+23
2000-12-28Add NO_ASN1_OLD to remove some old style functions:Dr. Stephen Henson6-78/+47
2000-12-28ASN1_ITEM versions of sign, verify, pack and unpack.Dr. Stephen Henson6-1/+194
2000-12-28New OCSP extension functions.Dr. Stephen Henson2-11/+237
2000-12-27Avoid compiler warnings in hw_ubsec.c: unused staticDr. Stephen Henson2-2/+11
2000-12-27X509V3_add_i2d() needs to be able to allocate aDr. Stephen Henson3-10/+11
2000-12-24New function X509V3_add_i2d() this is used forDr. Stephen Henson5-1/+119
2000-12-21Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson6-9/+17
2000-12-20Don't access non-existing element buf[256], use buf[255] instead.Bodo Möller1-1/+1
2000-12-20Fixes to OCSP print code.Dr. Stephen Henson4-18/+17
2000-12-19fix indentationBodo Möller1-1/+1
2000-12-19Don't hold CRYPTO_LOCK_RSA during time-consuming operations.Bodo Möller1-58/+67
2000-12-18Add a comment (intended change)Bodo Möller1-1/+1
2000-12-18Comment correction.Bodo Möller1-2/+4
2000-12-18Obtain lock CRYPTO_LOCK_RSA before creating BN_MONT_CTXBodo Möller1-12/+70
2000-12-17Redo OCSP response printing. Remove duplicate orDr. Stephen Henson9-942/+178
2000-12-17Simplify preprocessor statements.Bodo Möller1-6/+4
2000-12-16Add OCSP service locator extension.Dr. Stephen Henson3-6/+38
2000-12-16Do not poll DEVRANDOM if weäre building without an file pointer API.Richard Levitte1-0/+6
2000-12-16Add support for the noCheck OCSP extension. This isDr. Stephen Henson5-4/+28
2000-12-15Locking issues.Bodo Möller4-10/+35
2000-12-15Implement some standard OCSP extensions in the v3 code. TheseDr. Stephen Henson5-65/+130
2000-12-15The C version of bn_sub_part_words is needed not onlyBodo Möller1-1/+1
2000-12-15Very few in the "README" is up-to-dateBodo Möller1-0/+4
2000-12-14Add OCSP nonce extension to supported extensions.Dr. Stephen Henson5-2/+140
2000-12-14This is an engine contributed by Broadcom - it is meant to support theGeoff Thorpe7-2/+837
2000-12-14New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson10-136/+266
2000-12-14The BN_mul bug test apparently is no longer neededBodo Möller1-37/+0
2000-12-14New function X509_signature_print() to remove some duplicateDr. Stephen Henson4-48/+27
2000-12-13Change the PKCS7 structure to use SEQUENCE OF for theDr. Stephen Henson3-2/+24
2000-12-13Replace the old style OCSP ASN1 module.Dr. Stephen Henson8-1022/+167
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte12-83/+88
2000-12-13Problem: bn_mul_normal() misbehaves if the size of b is 0.Richard Levitte1-1/+7
2000-12-13In bn_mul_recursive(), make sure the comba routines are only calledRichard Levitte1-4/+7