summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2016-08-22Expose alloc functions for EC{PK,}PARAMETERSKazuki Yamaguchi
2016-08-22crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov
2016-08-21Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson
2016-08-19Add BIO_get_new_index()Rich Salz
2016-08-19Constify certificate and CRL time routines.Dr. Stephen Henson
2016-08-19Add -dane_ee_no_namechecks s_client(1) optionViktor Dukhovni
2016-08-19RT3940: For now, just document the issue.Rich Salz
2016-08-19Add X509_get0_serialNumber() and constify OCSP_cert_to_id()Dr. Stephen Henson
2016-08-19constify X509_REQ_get0_signature()Dr. Stephen Henson
2016-08-18Convert X509_REVOKED* functions to use const gettersMatt Caswell
2016-08-17Fix some doc nits.Rich Salz
2016-08-17Constify X509_SIG.Dr. Stephen Henson
2016-08-17Constify X509_get0_signature()Dr. Stephen Henson
2016-08-17Convert X509* functions to use const gettersDr. Stephen Henson
2016-08-17Convert X509_CRL* functions to use const gettersMatt Caswell
2016-08-17Make X509_NAME_get0_der() conform to OpenSSL styleMatt Caswell
2016-08-17Convert OCSP* functions to use const gettersMatt Caswell
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson
2016-08-17Add missing session id and tlsext_status accessorsRemi Gacogne
2016-08-16Convert SSL_SESSION* functions to use const gettersMatt Caswell
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-08-13add documentationDr. Stephen Henson
2016-08-12GH1446: Add SSL_SESSION_get0_cipherRich Salz
2016-08-12Update documentation for DSA_SIG and ECDSA_SIG.Dr. Stephen Henson
2016-08-11Fix doc and help about ca -valid optionFdaSilvaYY
2016-08-10Fixed typojamercee
2016-08-10Documented BIO_set_accept_port()/BIO_get_accept_port()JimC
2016-08-10Adapt BIO_new_accept() to call BIO_set_accept_name()jamercee
2016-08-10Add #defines for magic numbers in API.Rich Salz
2016-08-10Add some const castsRich Salz
2016-08-10CT: fix documentationEmilia Kasper
2016-08-05spelling fixes, just comments and readme.klemens
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY
2016-08-04Constify input bufferFdaSilvaYY
2016-08-04Constify ASN1_INTEGER_get, ASN1_ENUMERATED_getFdaSilvaYY
2016-08-02Fix some style issues...FdaSilvaYY
2016-08-01Document certificate and CRL time functions.Dr. Stephen Henson
2016-08-01Constify some X509_CRL, X509_REQ functions.Dr. Stephen Henson
2016-08-01Add DSA_bits() function.Dr. Stephen Henson
2016-08-01Fix typo of BN_zero()Kurt Roeckx
2016-08-01Const the ex data stuff too to fix warningsRichard J. Moore
2016-07-30Fix the docs tooRichard J. Moore
2016-07-29Update the SSL_set_bio()/SSL_set0_rbio()/SSL_set0_wbio() docsMatt Caswell
2016-07-28Various doc fixes.Rich Salz
2016-07-26Update the example in proxy_certificates.txtRichard Levitte
2016-07-25Discard BIO_set(BIO* bio) methodFdaSilvaYY
2016-07-25Make it possible for external code to set the certiciate proxy path lengthRichard Levitte
2016-07-25Add X509_STORE lock and unlock functionsRichard Levitte
2016-07-25Document the X509_STORE and X509_STORE_CTX setters and gettersRichard Levitte
2016-07-25RT4627: Doc patch: fix constant namesSteffen Nurpmeso