Add generic trace API
[openssl.git] / doc /
2019-03-06 PauliMake the sparse array code use ossl_uintmax_t as its...
2019-02-28 Paul YangPlace return values after examples in doc
2019-02-27 Richard LevitteReplumbing: Add include/openssl/core.h, initially with...
2019-02-27 Simo SorceImplement SSH KDF
2019-02-27 Paul YangSupport raw input data in apps/pkeyutl
2019-02-26 Richard LevitteAdd BN_native2bn and BN_bn2nativepad, for native BIGNUM...
2019-02-26 Nicola TuveriFix trivial typo in EVP_DigestVerifyInit doc
2019-02-26 Matt CaswellClarify that SSL_shutdown() must not be called after...
2019-02-25 David von Oheimbfix x509 -force_pubkey option to take effect with cert...
2019-02-22 Paul YangFix a grammar nit in CRYPTO_get_ex_new_index.pod
2019-02-21 Kurt RoeckxIndent with 4
2019-02-21 Hubert KarioSSL_CONF_cmd: fix doc for NoRenegotiation
2019-02-19 Ionut MihalceaDon't set SNI by default if hostname is not dNS name
2019-02-19 Richard LevitteFixup internal documentation
2019-02-18 Richard LevitteConform to proper NAME section format
2019-02-18 Richard LevitteProperty: naming and manual clarifiations
2019-02-18 PauliProperties for implementation selection.
2019-02-17 Vedran MiletićAdd missing dots in dgst man page
2019-02-17 Jan MackuFixed typo
2019-02-15 Richard LevitteAdd an OpenSSL library context
2019-02-15 Richard LevitteAdd CRYPTO_alloc_ex_data()
2019-02-15 David AsrafAdd EC_GROUP_get0_field
2019-02-15 Todd ShortAdd option to disable Extended Master Secret
2019-02-14 Matt CaswellDon't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post...
2019-02-13 PauliSparse array iterators include index position.
2019-02-13 David MakepeaceAdded new EVP/KDF API.
2019-02-12 PauliAdd sparse array data type.
2019-02-11 Richard LevitteENGINE modules aren't special, so call them MODULES
2019-02-11 Tomas MrazAllow the syntax of the .include directive to optionall...
2019-02-08 Todd ShortUpdate d2i_PrivateKey documentation
2019-02-07 Matt CaswellMake OPENSSL_malloc_init() a no-op
2019-02-06 Antoine Salonblake2: add EVP_MAC man page
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-02-05 Sam RobertsMake some simple getters take const SSL/SSL_CTX
2019-02-01 Michael TuexenFix end-point shared secret for DTLS/SCTP
2019-01-30 David BenjaminDocument and add macros for additional DSA options
2019-01-30 Matt CaswellComplain if -twopass is used incorrectly
2019-01-27 Antonio Iaconocrypto/cms: Add support for CAdES Basic Electronic...
2019-01-27 Ping Yuadd an additional async notification communication...
2019-01-27 Michael Richardsonclarify which functions are the CMS functions which...
2019-01-27 Tomas MrazRemove stray -modulus option from the ec manual page.
2019-01-18 Antoine SalonAdd missing EVP_MD documentation
2019-01-18 Marcs_client: Add basic proxy authentication support
2019-01-07 Viktor DukhovniMore configurable crypto and ssl library initialization
2019-01-07 Dr. Matthias St... doc/man1/x509.pod: fix typo
2019-01-04 Matt CaswellImplement OPENSSL_INIT_NO_ATEXIT
2018-12-29 BehrangFixed minor typo in the req.pod docs
2018-12-27 Michael Richardsonfixed grammar typo
2018-12-22 David MakepeaceMinor doc fixes for EVP_MAC.
2018-12-22 Shreya BhandareEVP_PKEY_size declared to take a const parameter
2018-12-19 Christian HeimesFix function names in ct(7) documentation
2018-12-15 Dr. Matthias St... man: harmonize the various formulations in the HISTORY...
2018-12-12 Dr. Matthias St... doc/man3: remove copy&paste leftover
2018-12-12 Jakub JelenUse the correct function name
2018-12-12 Tobias StoeckmannFixed typo (vi leftover).
2018-12-11 Todd ShortAdd RFC5297 AES-SIV support
2018-12-10 Matt CaswellDocument the num_tickets s_server option
2018-12-07 Boris Pismennyssl: Linux TLS Tx Offload
2018-12-06 FdaSilvaYYDoc: fix reference to deprecated methods.
2018-12-06 Richard LevitteRemaining boilerplate change in doc/man3/OpenSSL_versio...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-12-06 Richard LevitteSwitch to MAJOR.MINOR.PATCH versioning and version...
2018-12-05 Matt CaswellFix some SSL_export_keying_material() issues
2018-12-03 Richard LevitteDocs: better deprecation text
2018-12-03 Richard LevitteDocs fixup: some man3 pages had unindented code in...
2018-12-03 Richard LevitteDoc: add doc/man7/openssl_user_macros.pod.in
2018-11-30 Andy Polyakovrsa/rsa_pk1.c: remove memcpy calls from RSA_padding_che...
2018-11-20 Matt CaswellUpdate copyright year
2018-11-18 Johannes BauerAdd documentation for -pkeyopt_passin
2018-11-15 Antoine SalonDeprecate SSL_set_tmp_ecdh
2018-11-15 Antoine SalonMaking SRP_user_pwd functions public
2018-11-15 Antoine SalonAdded SRP_VBASE_add0_user()
2018-11-15 Antoine SalonSRP module documentation
2018-11-15 Antoine SalonAdd SSL_CTX_set_tmp_ecdh.pod
2018-11-15 Antoine SalonSSL extra chain certificates doc
2018-11-13 Shane LontisKMAC implementation using EVP_MAC
2018-11-12 Viktor DukhovniAdded missing signature algorithm reflection functions
2018-11-12 Matt CaswellMerge the CA list documentation for clarity
2018-11-12 Matt CaswellSeparate ca_names handling for client and server
2018-11-11 Dmitry BelyavskiySome deabbreviations
2018-11-10 David WoodhouseAdd EVP_PKEY_supports_digest_nid()
2018-11-08 Matt CaswellGive a better error if an attempt is made to set a...
2018-11-05 Paul YangAdd poly1305 MAC support
2018-11-04 PauliClarify the POD source for the list command.
2018-11-04 PauliGMAC implementation
2018-11-02 Richard Levittedoc/man7/EVP_MAC_*.pod: incorrect english corrected
2018-11-02 Richard Levitteapps: Stop pretending to care about Netscape keys
2018-11-02 Paul YangFix a doc-nit in EVP_PKEY_CTX_ctrl.pod
2018-11-01 Pauliopenssl list -mac-algorithms support.
2018-10-30 Richard LevitteEVP_MAC: Add SipHash implementation
2018-10-30 Richard LevitteEVP_MAC: Add HMAC implementation
2018-10-30 Richard LevitteEVP_MAC: Add CMAC implementation
2018-10-29 Richard LevitteAdd EVP_MAC API
2018-10-17 Patrick Steuers390x assembly pack: add OPENSSL_s390xcap man page.
2018-10-17 Antoine SalonEVP module documentation pass
2018-10-11 Paul YangFix compiling warnings in example code
next