aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509
AgeCommit message (Expand)AuthorFilesLines
2007-02-18Updates from 0.9.8-stable branch.Dr. Stephen Henson1-1/+1
2007-02-07After objects have been freed, NULLify the pointers so there will be no doubleRichard Levitte1-2/+9
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2006-12-11use const ASN1_TIME *Nils Larsch4-12/+12
2006-12-06Fix change to OPENSSL_NO_RFC3779Dr. Stephen Henson2-2/+2
2006-12-05avoid duplicate entries in add_cert_dir()Nils Larsch1-5/+6
2006-12-04allocate a new attributes entry in X509_REQ_add_extensions()Nils Larsch1-0/+5
2006-11-27Add RFC 3779 support.Ben Laurie4-0/+15
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-7/+4
2006-11-16Remove illegal IMPLEMENT macros from header file.Dr. Stephen Henson1-5/+0
2006-11-06remove SSLEAY_MACROS codeNils Larsch2-149/+0
2006-10-03Place standard CRL behaviour in default X509_CRL_METHOD new functions toDr. Stephen Henson1-1/+18
2006-09-26Initialize new callbacks and make sure hent is always initialized.Dr. Stephen Henson2-0/+5
2006-09-25Complete the change for VMS.Richard Levitte1-1/+1
2006-09-21Tidy up CRL handling by checking for critical extensions when it isDr. Stephen Henson3-53/+19
2006-09-17Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson4-74/+167
2006-09-14Support for AKID in CRLs and partial support for IDP. Overhaul of CRLDr. Stephen Henson3-9/+156
2006-09-11Fixes for new CRL/cert callbacks. Update CRL processing code to use newDr. Stephen Henson3-66/+66
2006-09-10Add verify callback functions to lookup a STACK of matching certs or CRLsDr. Stephen Henson4-4/+124
2006-07-25Support for multiple CRLs with same issuer name in X509_STORE. ModifyDr. Stephen Henson3-3/+46
2006-07-24Cache some CRL related extensions.Dr. Stephen Henson2-1/+16
2006-07-20Use correct pointer types for various functions.Dr. Stephen Henson1-1/+1
2006-07-18Store canonical encodings of Name structures. Update X509_NAME_cmp() to useDr. Stephen Henson2-141/+20
2006-05-17Extended PBES2 function supporting application supplied IV and PRF NID.Dr. Stephen Henson1-0/+3
2006-05-03Update from stable branch.Dr. Stephen Henson1-0/+9
2006-04-28Update EVP_PKEY_cmp() and X509_check_private() to return sensible values andDr. Stephen Henson1-22/+14
2006-03-20Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson2-4/+30
2006-03-04no need to cast away the constNils Larsch1-1/+1
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller2-2/+4
2006-02-04Update filenames in makefiles.Dr. Stephen Henson1-1/+1
2006-01-29add additional checks + cleanupNils Larsch1-2/+4
2005-12-18Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2-2/+2
2005-11-03Mask libcrypto references to stat with OPENSSL_NO_POSIX_IO.Andy Polyakov1-4/+6
2005-09-02Two new verify flags functions.Dr. Stephen Henson2-0/+14
2005-07-26improved error checking and some fixesNils Larsch2-4/+16
2005-07-16makeNils Larsch1-0/+4
2005-07-03Fix bugs in bug-fix to x509/by_dir.c.Andy Polyakov1-6/+5
2005-06-23Initialise dir to avoid a compiler warning.Richard Levitte1-1/+1
2005-06-23Change dir_ctrl to check for the environment variable before using the defaultRichard Levitte1-6/+6
2005-06-05Old typo...Richard Levitte1-1/+1
2005-05-27Assing check_{cert,crl}_time to 'ok' variable so it returns errors onDr. Stephen Henson1-2/+4
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov1-2/+1
2005-05-15Fool-proofing MakefilesAndy Polyakov1-4/+1
2005-05-15Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson1-0/+18
2005-05-11Fix more error codes.Bodo Möller5-9/+15
2005-04-20Rename typed version of M_ASN1_get M_ASN1_get_x to avoid conflicts.Dr. Stephen Henson1-4/+4
2005-04-19Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson1-1/+2
2005-04-12Rebuild error codes.Dr. Stephen Henson1-68/+72
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte1-0/+2
2005-04-10Move allow_proxy_certs declaration to start of function.Dr. Stephen Henson1-1/+1