summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2000-12-27X509V3_add_i2d() needs to be able to allocate aDr. Stephen Henson
2000-12-24New function X509V3_add_i2d() this is used forDr. Stephen Henson
2000-12-21Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson
2000-12-20Don't access non-existing element buf[256], use buf[255] instead.Bodo Möller
2000-12-20Fixes to OCSP print code.Dr. Stephen Henson
2000-12-19fix indentationBodo Möller
2000-12-19Don't hold CRYPTO_LOCK_RSA during time-consuming operations.Bodo Möller
2000-12-18Add a comment (intended change)Bodo Möller
2000-12-18Comment correction.Bodo Möller
2000-12-18Obtain lock CRYPTO_LOCK_RSA before creating BN_MONT_CTXBodo Möller
2000-12-17Redo OCSP response printing. Remove duplicate orDr. Stephen Henson
2000-12-17Simplify preprocessor statements.Bodo Möller
2000-12-16Add OCSP service locator extension.Dr. Stephen Henson
2000-12-16Do not poll DEVRANDOM if weäre building without an file pointer API.Richard Levitte
2000-12-16Add support for the noCheck OCSP extension. This isDr. Stephen Henson
2000-12-15Locking issues.Bodo Möller
2000-12-15Implement some standard OCSP extensions in the v3 code. TheseDr. Stephen Henson
2000-12-15The C version of bn_sub_part_words is needed not onlyBodo Möller
2000-12-15Very few in the "README" is up-to-dateBodo Möller
2000-12-14Add OCSP nonce extension to supported extensions.Dr. Stephen Henson
2000-12-14This is an engine contributed by Broadcom - it is meant to support theGeoff Thorpe
2000-12-14New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson
2000-12-14The BN_mul bug test apparently is no longer neededBodo Möller
2000-12-14New function X509_signature_print() to remove some duplicateDr. Stephen Henson