aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2i ...FdaSilvaYY2016-07-251-4/+4
* Constify input parameters of methods :FdaSilvaYY2016-07-253-4/+4
* Constify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT.FdaSilvaYY2016-07-251-1/+1
* Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY2016-07-252-3/+3
* Constify EC_KEY_*_oct2priv() input bufferFdaSilvaYY2016-07-251-1/+1
* Add EVP_ENCODE_CTX_copyJakub Zelenka2016-07-241-4/+8
* Make it possible for external code to flag a certificate as a proxy one.Richard Levitte2016-07-231-3/+8
* Clarify digest change in HMAC_Init_ex()Dr. Stephen Henson2016-07-221-7/+11
* Fix if/for/while( in docsFdaSilvaYY2016-07-209-33/+35
* Resolve over command syntax error which causes 'make install' to failCoty Sutherland2016-07-191-0/+9
* Document the slight change in CRYPTO_mem_ctrl()Richard Levitte2016-07-191-1/+2
* Document the slight change in ERR_get_next_error_library()Richard Levitte2016-07-191-1/+2
* RT4593: Add space after comma (doc nits)Rich Salz2016-07-1938-88/+88
* SSL test framework: port NPN and ALPN testsEmilia Kasper2016-07-191-1/+2
* Install applink.c with the public header files.Richard Levitte2016-07-141-1/+2
* Add OCSP accessors.Dr. Stephen Henson2016-07-131-0/+13
* Perform DANE-EE(3) name checks by defaultViktor Dukhovni2016-07-121-1/+46
* Replace all #define's in pod pages.Rich Salz2016-07-0836-343/+279