aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-084-0/+44
* Constify a bit more OPENSSL_sk_ APIFdaSilvaYY2016-06-301-2/+2
* Cleanup documentation for removed functionalityMatt Caswell2016-06-302-3/+0
* Whitespace cleanup in appsFdaSilvaYY2016-06-291-1/+1
* Whitespace cleanup in docsFdaSilvaYY2016-06-297-9/+10
* SpellingFdaSilvaYY2016-06-299-12/+14
* evp/evp_enc.c: check for partially[!] overlapping buffersAndy Polyakov2016-06-271-1/+3
* RT2964: Fix it via docRich Salz2016-06-261-0/+11
* Revert "RT2964: Fix it via doc"Rich Salz2016-06-251-10/+0
* RT2964: Fix it via docRich Salz2016-06-251-0/+10
* Add -ciphers flag to enc commandRich Salz2016-06-241-0/+5
* Add some documentation for missing HMAC functionsMatt Caswell2016-06-241-7/+32
* crypto/cryptlib.c: omit OPENSSL_ia32cap_loc().Andy Polyakov2016-06-221-24/+24
* Spelling... and more spellingFdaSilvaYY2016-06-222-3/+3
* buf2hexstr: properly deal with empty stringKurt Roeckx2016-06-211-1/+1
* More doc cleanupRich Salz2016-06-2174-266/+377
* Allow proxy certs to be present when verifying a chainRichard Levitte2016-06-201-1/+11
* doc and comment fixeshuangqinjin2016-06-204-5/+5
* Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper2016-06-202-5/+5
* Change the RAND_file_name documentation accordinglyRichard Levitte2016-06-201-7/+21
* Change default directory for storing the .rnd file on WindowsMatt Caswell2016-06-171-2/+10
* Spelling fixesFdaSilvaYY2016-06-1611-14/+14
* Add EVP_PKEY_get0_hmac() functionNathaniel McCallum2016-06-161-5/+6
* Change the return type of EVP_EncodeUpdateMatt Caswell2016-06-161-3/+6
* Constify the parameter getters for RSA, DSA and DHRichard Levitte2016-06-153-7/+13
* Constify CMS_get0_type inputFdaSilvaYY2016-06-151-1/+1
* Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.FdaSilvaYY2016-06-151-2/+3
* RT4562: Fix misleading doc on OPENSSL_configRich Salz2016-06-142-11/+12
* Reorder the setter arguments to more consistently match that of other APIs,TJ Saunders2016-06-132-2/+2
* Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders2016-06-132-0/+18
* Update the SSL_set_session() documentationMatt Caswell2016-06-131-1/+5
* RT3809: basicConstraints is criticalRich Salz2016-06-131-1/+1