summaryrefslogtreecommitdiffstats
path: root/crypto/x509
AgeCommit message (Expand)Author
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-02-28Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte
2002-02-23Updates from stable branch.Dr. Stephen Henson
2002-02-13ECDSA supportBodo Möller
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-10-21Reject certificates with unhandled critical extensions.Dr. Stephen Henson
2001-10-20Typo.Dr. Stephen Henson
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-10-08Small documentation fixes (Howard Lum <howard@pumpkin.canada.sun.com>)Lutz Jänicke
2001-10-04'make update'Richard Levitte
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-08-18Add first cut symmetric crypto support.Ben Laurie
2001-08-17Add CRL utility functions to allow CRLs to beDr. Stephen Henson
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe
2001-08-06More typedef'd struct names as search targetsBodo Möller
2001-08-06Reinsert typedef'ed names for structs to help those trying to read theBodo Möller
2001-08-05Start to reduce some of the header bloat.Ben Laurie
2001-07-31make updateRichard Levitte
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-30Don't miss files...Lutz Jänicke
2001-07-30Fix inconsistent behaviour with respect to verify_callback handling.Lutz Jänicke
2001-07-27More linker bloat reorganisation:Dr. Stephen Henson
2001-06-26Handle empty X509_NAME in printing routines.Dr. Stephen Henson
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-06-11Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson
2001-05-24Add missing variable length cipher flag for Blowfish.Dr. Stephen Henson
2001-05-12Change Win32 to use EXPORT_VAR_AS_FN.Dr. Stephen Henson
2001-05-10Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson
2001-05-09Allow various X509_STORE_CTX properties to beDr. Stephen Henson
2001-05-07Initial CRL based revocation checking.Dr. Stephen Henson
2001-03-15Overhaul the display of certificate details inDr. Stephen Henson
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
2001-02-26Enhance OCSP_request_verify() so it finds the signers certificateDr. Stephen Henson
2001-02-26make updateRichard Levitte
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-12Work around for libsafe "error".Dr. Stephen Henson
2001-02-04Make depend.Ben Laurie
2001-02-02Various function for commmon operations.Dr. Stephen Henson
2001-01-28Comment and indentationBodo Möller
2001-01-20Fix to stop X509_time_adj() using GeneralizedTime.Dr. Stephen Henson
2001-01-17Initial OCSP certificate verify. Not complete,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-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-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