aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add BIO_get_new_index()Rich Salz2016-08-191-1/+6
* Constify certificate and CRL time routines.Dr. Stephen Henson2016-08-191-18/+28
* Add -dane_ee_no_namechecks s_client(1) optionViktor Dukhovni2016-08-191-0/+19
* RT3940: For now, just document the issue.Rich Salz2016-08-192-0/+6
* Add X509_get0_serialNumber() and constify OCSP_cert_to_id()Dr. Stephen Henson2016-08-191-4/+11
* constify X509_REQ_get0_signature()Dr. Stephen Henson2016-08-191-2/+3
* Convert X509_REVOKED* functions to use const gettersMatt Caswell2016-08-182-3/+3
* Fix some doc nits.Rich Salz2016-08-172-2/+2
* Constify X509_SIG.Dr. Stephen Henson2016-08-171-4/+8
* Constify X509_get0_signature()Dr. Stephen Henson2016-08-171-1/+2
* Convert X509* functions to use const gettersDr. Stephen Henson2016-08-173-3/+4
* Convert X509_CRL* functions to use const gettersMatt Caswell2016-08-172-3/+4
* Make X509_NAME_get0_der() conform to OpenSSL styleMatt Caswell2016-08-171-2/+2
* Convert OCSP* functions to use const gettersMatt Caswell2016-08-171-1/+2
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-171-2/+2
* Add missing session id and tlsext_status accessorsRemi Gacogne2016-08-173-0/+91
* Convert SSL_SESSION* functions to use const gettersMatt Caswell2016-08-161-1/+1
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-3/+8
* add documentationDr. Stephen Henson2016-08-132-0/+12
* GH1446: Add SSL_SESSION_get0_cipherRich Salz2016-08-121-0/+42
* Update documentation for DSA_SIG and ECDSA_SIG.Dr. Stephen Henson2016-08-122-3/+3
* Fix doc and help about ca -valid optionFdaSilvaYY2016-08-111-0/+5
* Fixed typojamercee2016-08-101-1/+1
* Documented BIO_set_accept_port()/BIO_get_accept_port()JimC2016-08-101-4/+11
* Adapt BIO_new_accept() to call BIO_set_accept_name()jamercee2016-08-101-13/+18
* Add #defines for magic numbers in API.Rich Salz2016-08-101-6/+11
* Add some const castsRich Salz2016-08-101-3/+3
* CT: fix documentationEmilia Kasper2016-08-101-9/+9
* spelling fixes, just comments and readme.klemens2016-08-0510-10/+10
* Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY2016-08-044-9/+9
* Constify input bufferFdaSilvaYY2016-08-042-3/+3
* Constify ASN1_INTEGER_get, ASN1_ENUMERATED_getFdaSilvaYY2016-08-041-2/+2
* Fix some style issues...FdaSilvaYY2016-08-022-2/+2
* Document certificate and CRL time functions.Dr. Stephen Henson2016-08-011-0/+92
* Constify some X509_CRL, X509_REQ functions.Dr. Stephen Henson2016-08-012-4/+4
* Add DSA_bits() function.Dr. Stephen Henson2016-08-011-5/+11
* Fix typo of BN_zero()Kurt Roeckx2016-08-011-1/+1
* Const the ex data stuff too to fix warningsRichard J. Moore2016-08-011-1/+1
* Fix the docs tooRichard J. Moore2016-07-302-3/+3
* Update the SSL_set_bio()/SSL_set0_rbio()/SSL_set0_wbio() docsMatt Caswell2016-07-291-14/+68
* Various doc fixes.Rich Salz2016-07-289-32/+134
* Update the example in proxy_certificates.txtRichard Levitte2016-07-261-105/+118
* Discard BIO_set(BIO* bio) methodFdaSilvaYY2016-07-252-4/+7
* Make it possible for external code to set the certiciate proxy path lengthRichard Levitte2016-07-251-3/+20
* Add X509_STORE lock and unlock functionsRichard Levitte2016-07-251-3/+11
* Document the X509_STORE and X509_STORE_CTX setters and gettersRichard Levitte2016-07-252-16/+222
* RT4627: Doc patch: fix constant namesSteffen Nurpmeso2016-07-251-2/+2
* Constify X509|X509_CRL|X509_REVOKED_get_extFdaSilvaYY2016-07-251-3/+3
* Constify ... X509|X509_CRL|X509_REVOKED|_get_ext*()FdaSilvaYY2016-07-252-13/+13
* Constify ...FdaSilvaYY2016-07-252-2/+2