Fix comment about what SCT_LIST_validate does.
[openssl.git] / doc /
2016-08-24 Rob PercivalAdd SSL_get0_peer_scts to ssl.pod
2016-08-24 Rob PercivalFirst draft of CT documentation
2016-08-23 FdaSilvaYYConstify a bit X509_NAME_get_entry
2016-08-23 FdaSilvaYYConstify some X509_NAME, ASN1 printing code
2016-08-22 Kazuki YamaguchiExpose alloc functions for EC{PK,}PARAMETERS
2016-08-22 Andy Polyakovcrypto/pkcs12: facilitate accessing data with non-inter...
2016-08-21 Dr. Stephen HensonAdd X509_getm_notBefore, X509_getm_notAfter
2016-08-20 Rich SalzAdd BIO_get_new_index()
2016-08-19 Dr. Stephen HensonConstify certificate and CRL time routines.
2016-08-19 Viktor DukhovniAdd -dane_ee_no_namechecks s_client(1) option
2016-08-19 Rich SalzRT3940: For now, just document the issue.
2016-08-19 Dr. Stephen HensonAdd X509_get0_serialNumber() and constify OCSP_cert_to_id()
2016-08-19 Dr. Stephen Hensonconstify X509_REQ_get0_signature()
2016-08-18 Matt CaswellConvert X509_REVOKED* functions to use const getters
2016-08-17 Rich SalzFix some doc nits.
2016-08-17 Dr. Stephen HensonConstify X509_SIG.
2016-08-17 Dr. Stephen HensonConstify X509_get0_signature()
2016-08-17 Dr. Stephen HensonConvert X509* functions to use const getters
2016-08-17 Matt CaswellConvert X509_CRL* functions to use const getters
2016-08-17 Matt CaswellMake X509_NAME_get0_der() conform to OpenSSL style
2016-08-17 Matt CaswellConvert OCSP* functions to use const getters
2016-08-17 Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-08-17 Remi GacogneAdd missing session id and tlsext_status accessors
2016-08-16 Matt CaswellConvert SSL_SESSION* functions to use const getters
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-13 Dr. Stephen Hensonadd documentation
2016-08-12 Rich SalzGH1446: Add SSL_SESSION_get0_cipher
2016-08-12 Dr. Stephen HensonUpdate documentation for DSA_SIG and ECDSA_SIG.
2016-08-11 FdaSilvaYYFix doc and help about ca -valid option
2016-08-10 jamerceeFixed typo
2016-08-10 JimCDocumented BIO_set_accept_port()/BIO_get_accept_port()
2016-08-10 jamerceeAdapt BIO_new_accept() to call BIO_set_accept_name()
2016-08-10 Rich SalzAdd #defines for magic numbers in API.
2016-08-10 Rich SalzAdd some const casts
2016-08-10 Emilia KasperCT: fix documentation
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-04 FdaSilvaYYConstify some ASN1_OBJECT *obj input parameters
2016-08-04 FdaSilvaYYConstify input buffer
2016-08-04 FdaSilvaYYConstify ASN1_INTEGER_get, ASN1_ENUMERATED_get
2016-08-02 FdaSilvaYYFix some style issues...
2016-08-01 Dr. Stephen HensonDocument certificate and CRL time functions.
2016-08-01 Dr. Stephen HensonConstify some X509_CRL, X509_REQ functions.
2016-08-01 Dr. Stephen HensonAdd DSA_bits() function.
2016-08-01 Kurt RoeckxFix typo of BN_zero()
2016-08-01 Richard J. MooreConst the ex data stuff too to fix warnings
2016-07-30 Richard J. MooreFix the docs too
2016-07-29 Matt CaswellUpdate the SSL_set_bio()/SSL_set0_rbio()/SSL_set0_wbio...
2016-07-28 Rich SalzVarious doc fixes.
2016-07-26 Richard LevitteUpdate the example in proxy_certificates.txt
2016-07-25 FdaSilvaYYDiscard BIO_set(BIO* bio) method
2016-07-25 Richard LevitteMake it possible for external code to set the certiciat...
2016-07-25 Richard LevitteAdd X509_STORE lock and unlock functions
2016-07-25 Richard LevitteDocument the X509_STORE and X509_STORE_CTX setters...
2016-07-25 Steffen NurpmesoRT4627: Doc patch: fix constant names
2016-07-25 FdaSilvaYYConstify X509|X509_CRL|X509_REVOKED_get_ext
2016-07-25 FdaSilvaYYConstify ... X509|X509_CRL|X509_REVOKED|_get_ext*()
2016-07-25 FdaSilvaYYConstify ...
2016-07-25 FdaSilvaYYConstify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2...
2016-07-25 FdaSilvaYYConstify input parameters of methods :
2016-07-25 FdaSilvaYYConstify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT.
2016-07-25 FdaSilvaYYConstify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_t...
2016-07-25 FdaSilvaYYConstify EC_KEY_*_oct2priv() input buffer
2016-07-24 Jakub ZelenkaAdd EVP_ENCODE_CTX_copy
2016-07-23 Richard LevitteMake it possible for external code to flag a certificat...
2016-07-22 Dr. Stephen HensonClarify digest change in HMAC_Init_ex()
2016-07-20 FdaSilvaYYFix if/for/while( in docs
2016-07-19 Coty SutherlandResolve over command syntax error which causes 'make...
2016-07-19 Richard LevitteDocument the slight change in CRYPTO_mem_ctrl()
2016-07-19 Richard LevitteDocument the slight change in ERR_get_next_error_library()
2016-07-19 Rich SalzRT4593: Add space after comma (doc nits)
2016-07-19 Emilia KasperSSL test framework: port NPN and ALPN tests
2016-07-14 Richard LevitteInstall applink.c with the public header files.
2016-07-13 Dr. Stephen HensonAdd OCSP accessors.
2016-07-12 Viktor DukhovniPerform DANE-EE(3) name checks by default
2016-07-08 Rich SalzReplace all #define's in pod pages.
2016-07-08 Andy Polyakovinclude/openssl: don't include <windows.h> in public...
2016-06-30 FdaSilvaYYConstify a bit more OPENSSL_sk_ API
2016-06-30 Matt CaswellCleanup documentation for removed functionality
2016-06-29 FdaSilvaYYWhitespace cleanup in apps
2016-06-29 FdaSilvaYYWhitespace cleanup in docs
2016-06-29 FdaSilvaYYSpelling
2016-06-27 Andy Polyakovevp/evp_enc.c: check for partially[!] overlapping buffers
2016-06-26 Rich SalzRT2964: Fix it via doc
2016-06-26 Rich SalzRevert "RT2964: Fix it via doc"
2016-06-25 Rich SalzRT2964: Fix it via doc
2016-06-24 Rich SalzAdd -ciphers flag to enc command
2016-06-24 Matt CaswellAdd some documentation for missing HMAC functions
2016-06-22 Andy Polyakovcrypto/cryptlib.c: omit OPENSSL_ia32cap_loc().
2016-06-21 FdaSilvaYYSpelling... and more spelling
2016-06-21 Kurt Roeckxbuf2hexstr: properly deal with empty string
2016-06-21 Rich SalzMore doc cleanup
2016-06-20 Richard LevitteAllow proxy certs to be present when verifying a chain
2016-06-20 huangqinjindoc and comment fixes
2016-06-20 Emilia KasperMake DSA_SIG and ECDSA_SIG getters const.
2016-06-20 Richard LevitteChange the RAND_file_name documentation accordingly
2016-06-17 Matt CaswellChange default directory for storing the .rnd file...
2016-06-16 FdaSilvaYYSpelling fixes
2016-06-16 Nathaniel McCallumAdd EVP_PKEY_get0_hmac() function
2016-06-16 Matt CaswellChange the return type of EVP_EncodeUpdate
2016-06-15 Richard LevitteConstify the parameter getters for RSA, DSA and DH
next