aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509
AgeCommit message (Expand)AuthorFilesLines
2002-08-09make updateBodo Möller1-204/+214
2002-08-09Add ECDH support.Bodo Möller1-0/+9
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller3-51/+55
2002-07-30"make update"Lutz Jänicke1-359/+349
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller1-190/+372
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-02-28Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte1-0/+1
2002-02-23Updates from stable branch.Dr. Stephen Henson1-13/+23
2002-02-13ECDSA supportBodo Möller5-172/+314
2001-12-17remove redundant ERR_load_... declarationsBodo Möller1-1/+0
2001-10-21Reject certificates with unhandled critical extensions.Dr. Stephen Henson3-2/+14
2001-10-20Typo.Dr. Stephen Henson1-1/+1
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2-4/+4
2001-10-08Small documentation fixes (Howard Lum <howard@pumpkin.canada.sun.com>)Lutz Jänicke1-1/+1
2001-10-04'make update'Richard Levitte1-94/+94
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte1-1/+1
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe5-20/+30
2001-08-18Add first cut symmetric crypto support.Ben Laurie1-0/+14
2001-08-17Add CRL utility functions to allow CRLs to beDr. Stephen Henson3-2/+180
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe1-4/+4
2001-08-06More typedef'd struct names as search targetsBodo Möller1-2/+2
2001-08-06Reinsert typedef'ed names for structs to help those trying to read theBodo Möller2-5/+5
2001-08-05Start to reduce some of the header bloat.Ben Laurie3-67/+75
2001-07-31make updateRichard Levitte1-22/+22
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie3-296/+146
2001-07-30Don't miss files...Lutz Jänicke1-0/+6
2001-07-30Fix inconsistent behaviour with respect to verify_callback handling.Lutz Jänicke1-0/+2
2001-07-27More linker bloat reorganisation:Dr. Stephen Henson1-54/+0
2001-06-26Handle empty X509_NAME in printing routines.Dr. Stephen Henson1-0/+2
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson1-5/+5
2001-06-11Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson3-30/+30
2001-05-24Add missing variable length cipher flag for Blowfish.Dr. Stephen Henson1-1/+2
2001-05-12Change Win32 to use EXPORT_VAR_AS_FN.Dr. Stephen Henson1-16/+17
2001-05-10Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson5-1/+29
2001-05-09Allow various X509_STORE_CTX properties to beDr. Stephen Henson3-43/+102
2001-05-07Initial CRL based revocation checking.Dr. Stephen Henson3-2/+217
2001-03-15Overhaul the display of certificate details inDr. Stephen Henson1-1/+4
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller1-2/+1
2001-02-26Enhance OCSP_request_verify() so it finds the signers certificateDr. Stephen Henson2-2/+4
2001-02-26make updateRichard Levitte1-12/+11
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson1-48/+48
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-153/+151
2001-02-19Make all configuration macros available for application by makingRichard Levitte9-278/+260
2001-02-12Work around for libsafe "error".Dr. Stephen Henson1-12/+3
2001-02-04Make depend.Ben Laurie1-152/+153
2001-02-02Various function for commmon operations.Dr. Stephen Henson3-0/+18
2001-01-28Comment and indentationBodo Möller2-4/+11
2001-01-20Fix to stop X509_time_adj() using GeneralizedTime.Dr. Stephen Henson1-3/+5
2001-01-17Initial OCSP certificate verify. Not complete,Dr. Stephen Henson2-1/+10
2000-12-30ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement ofDr. Stephen Henson1-54/+34