summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x_all.c
AgeCommit message (Expand)Author
2021-02-16Update copyright yearMatt Caswell
2021-01-14X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb
2020-03-22Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2017-09-28Use safestack.h exclusively internally.Pauli
2017-02-24Add -Wundef to --strict-warnings options.Bernd Edlinger
2017-01-28X509_CRL_digest() - ensure precomputed sha1 hash before returning itRichard Levitte
2017-01-13Fix no-ocspRichard Levitte
2017-01-12Make X509_Digest,others publicRich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-06Fix no-ocspMatt Caswell
2016-03-20Remove #error from include files.Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-10-15embed CRL serial number and signature fieldsDr. Stephen Henson
2015-10-15embed certificate serial number and signature fieldsDr. Stephen Henson
2015-09-17Embed various signature algorithms.Dr. Stephen Henson
2015-09-16Embed X509_REQ_INFODr. Stephen Henson
2015-09-16Embed X509_CINFDr. Stephen Henson
2015-09-16X509_CRL_INFO embedDr. Stephen Henson
2015-08-31make X509_REQ opaqueDr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2015-01-05Fix various certificate fingerprint issues.Dr. Stephen Henson
2013-06-05Reencode with X509_CRL_ctx_sign too.Dr. Stephen Henson
2013-05-02Reencode certificates in X509_sign_ctx.Dr. Stephen Henson
2012-11-29add wrapper function for certificate downloadDr. Stephen Henson
2012-11-28Generalise OCSP I/O functions to support dowloading of other ASN1Dr. Stephen Henson
2010-10-03Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),Dr. Stephen Henson
2010-03-14add X509_CRL_sign_ctx functionDr. Stephen Henson
2006-11-06remove SSLEAY_MACROS codeNils Larsch
2006-09-21Tidy up CRL handling by checking for critical extensions when it isDr. Stephen Henson
2005-07-16makeNils Larsch
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2004-12-09Automatically mark the CRL cached encoding as invalid when some operationsDr. Stephen Henson
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-02-13ECDSA supportBodo Möller
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-07-27More linker bloat reorganisation:Dr. Stephen Henson
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-02Various function for commmon operations.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-09-03Add 'rsautl' low level RSA utility.Dr. Stephen Henson
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe
2000-05-18Fix c_rehash script, add -fingerprint option to crl.Dr. Stephen Henson
2000-01-01Fix some of the command line password stuff. New functionDr. Stephen Henson