summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1_locl.h
AgeCommit message (Expand)Author
2017-10-24asn1_item_embed_new(): don't free an embedded itemRichard Levitte
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short
2017-07-27Fix trivial coding style nits in a_time/a_tm filesPauli
2017-07-24Add asn1_time_to_tm function and check days in monthPaul Yang
2017-04-04Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte
2016-10-17Fix embedded string handling.Dr. Stephen Henson
2016-05-17Copyright consolidation 09/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-07Only declare stacks in headersDr. Stephen Henson
2015-09-22Move certificate request and CRL routines to x509 dir.Dr. Stephen Henson
2015-09-22Move functions.Dr. Stephen Henson
2015-03-28Make asn1_ex_i2c, asn1_ex_c2i static.Dr. Stephen Henson
2015-03-26Move more internal only functions to asn1_locl.hDr. Stephen Henson
2015-03-25Move internal only ASN.1 functions to asn1_locl.hDr. Stephen Henson
2015-03-25make X509_NAME opaqueDr. Stephen Henson
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-03-28Add functions returning security bits.Dr. Stephen Henson
2012-11-19new function ASN1_TIME_diff to calculate difference between two ASN1_TIME str...Dr. Stephen Henson
2010-12-13Support routines for ASN1 scanning function, doesn't do much yet.Dr. Stephen Henson
2010-03-11Algorithm specific ASN1 signing functions.Dr. Stephen Henson
2010-03-08RSA PSS verification support including certificates and certificateDr. Stephen Henson
2010-03-06Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-11-01More size_tification.Ben Laurie
2008-08-20Initial indirect CRL support.Dr. Stephen Henson
2006-10-03Place standard CRL behaviour in default X509_CRL_METHOD new functions toDr. Stephen Henson
2006-09-21Tidy up CRL handling by checking for critical extensions when it isDr. Stephen Henson
2006-04-17Allow public key ASN1 methods to set PKCS#7 SignerInfo structures.Dr. Stephen Henson
2006-04-04New function to retrieve ASN1 info on public key algorithms. New commandDr. Stephen Henson
2006-03-24Initial support for generalized public key parameters.Dr. Stephen Henson
2006-03-23Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson
2006-03-23Add information and pem strings. Update dependencies.Dr. Stephen Henson
2006-03-22Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions toDr. Stephen Henson
2005-07-26Update ASN1 printing code. Highly experimental, not working properly (neitherDr. Stephen Henson