aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/x509.h
Commit message (Expand)AuthorAgeFilesLines
* Duplicate includesFdaSilvaYY2016-08-201-1/+0
* Constify certificate and CRL time routines.Dr. Stephen Henson2016-08-191-8/+24
* Add X509_get0_serialNumber() and constify OCSP_cert_to_id()Dr. Stephen Henson2016-08-191-0/+1
* constify X509_REQ_get0_signature()Dr. Stephen Henson2016-08-191-2/+2
* Convert X509_REVOKED* functions to use const gettersMatt Caswell2016-08-181-3/+4
* Constify X509_SIG.Dr. Stephen Henson2016-08-171-2/+4
* Constify X509_certificate_type()Dr. Stephen Henson2016-08-171-1/+1
* Constify X509_get0_signature()Dr. Stephen Henson2016-08-171-1/+2
* Convert X509* functions to use const gettersDr. Stephen Henson2016-08-171-4/+5
* Convert X509_CRL* functions to use const gettersMatt Caswell2016-08-171-4/+5
* Make X509_NAME_get0_der() conform to OpenSSL styleMatt Caswell2016-08-171-2/+2
* Constify private key decode.Dr. Stephen Henson2016-08-171-3/+3
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-171-2/+2
* Convert PKCS8* functions to use const gettersMatt Caswell2016-08-161-1/+2
* Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY2016-08-041-17/+20
* Constify input bufferFdaSilvaYY2016-08-041-3/+4
* Constify some X509_CRL, X509_REQ functions.Dr. Stephen Henson2016-08-011-6/+6
* Ignore the serial number for now and just do the rest.Richard J. Moore2016-07-301-1/+1
* Make some more X509 functions const.Richard J. Moore2016-07-301-6/+6
* Constify X509|X509_CRL|X509_REVOKED_get_extFdaSilvaYY2016-07-251-3/+3
* Constify ... X509|X509_CRL|X509_REVOKED|_get_ext*()FdaSilvaYY2016-07-251-14/+14
* Constify ...FdaSilvaYY2016-07-251-3/+3
* Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2i ...FdaSilvaYY2016-07-251-3/+3
* Constify input parameters of methods :FdaSilvaYY2016-07-251-5/+5
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+1
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-081-7/+1
* make updateRichard Levitte2016-06-201-0/+1
* Constify X509_TRUST_add method.FdaSilvaYY2016-06-151-4/+4
* Add some accessor API'sRich Salz2016-06-081-0/+1
* Remove unused error/function codes.Rich Salz2016-05-231-7/+6
* X509_STORE_CTX accessors.Rich Salz2016-05-171-3/+4
* Copyright consolidation 03/10Rich Salz2016-05-171-54/+7
* Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY2016-05-161-2/+2
* Add checks to X509_NAME_oneline()Dr. Stephen Henson2016-04-291-0/+1
* Make many X509_xxx types opaque.Rich Salz2016-04-151-0/+1
* Fix no-ocspMatt Caswell2016-04-061-0/+4
* Add X509_REQ_get0_pubkey methodFdaSilvaYY2016-04-041-0/+1
* Fix X509_PUBKEY cached key handling.Dr. Stephen Henson2016-04-021-0/+1
* remove unused references fieldDr. Stephen Henson2016-03-221-4/+0
* Make X509_PUBKEY opaqueDr. Stephen Henson2016-03-221-7/+0
* Remove #error from include files.Rich Salz2016-03-201-13/+4
* Make X509_SIG opaque.Dr. Stephen Henson2016-03-111-4/+4
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-081-0/+2
* Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini2016-03-081-0/+1
* Move declaration of X509_aux_print() out of #ifndef OPENSSL_NO_STDIODavid Woodhouse2016-03-071-1/+1
* Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson2016-03-071-19/+4
* Compat self-signed trust with reject-only aux dataViktor Dukhovni2016-01-311-0/+5
* Check chain extensions also for trusted certificatesViktor Dukhovni2016-01-311-1/+1
* Add function to return internal enoding of X509_NAME.Dr. Stephen Henson2016-01-301-0/+3
* Make it possible to check for explicit auxiliary trustViktor Dukhovni2016-01-291-2/+3