Configure: clean away unused variables and double assignments
[openssl.git] / doc /
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
2018-10-08 Benjamin Kadukapps: allow empty attribute values with -subj
2018-10-08 ԜеѕCleanup typos and grammar in DES_random_key.pod
2018-10-01 Shane LontisChange DRBG's to DRBGs
2018-10-01 Richard Levitte'openssl list': add option -objects to list built in...
2018-09-27 Shane LontisAdded DRBG_HMAC & DRBG_HASH + Added defaults for settin...
2018-09-26 Antoine SalonAdd missing cipher aliases to openssl(1)
2018-09-26 James Callahandoc/man3/SSL_set_bio.pod: Fix wrong function name in...
2018-09-25 Antoine SalonUpdate enc(1) examples to more recent ciphers and key...
2018-09-24 Daniel BeveniusDocument OPENSSL_VERSION_TEXT macro
2018-09-20 Paul YangAdd some missing ciphers in 'enc' document
2018-09-17 David MakepeaceFixed typos in hkdf documentation.
2018-09-16 PauliUse 'i' as parameter name not 'I'.
2018-09-16 Matt EatonUpdate RAND_DRBG.pod
2018-09-16 Kurt RoeckxImprove SSL_shutdown() documentation
2018-09-13 Matt CaswellDon't allow -early_data with other options where it...
2018-09-11 PauliSpeed for HMACs.
2018-09-11 Matt CaswellUpdate copyright year
2018-09-07 Matt CaswellRemove a reference to SSL_force_post_handshake_auth()
2018-09-07 Paul YangAdd missing SM2err and fix doc nits
2018-09-07 Paul YangAllow EVP_MD_CTX_set_pkey_ctx to accept NULL pctx
2018-09-07 Paul YangAdd a SM2(7) man page
2018-09-07 Paul YangUpdate document for SM2 stuffs
2018-09-07 Paul YangSupport EdDSA in apps/speed
2018-09-04 Matt CaswellClarify the return value of SSL_client_version()
2018-09-04 Matt CaswellClarify the EVP_DigestSignInit docs
2018-09-04 Jakub WilkFix example in crl(1) man page
2018-09-03 Richard LevitteRename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_list
2018-09-03 Paul Kehreradd docs for OCSP_resp_get0_signature
2018-09-03 Paul Kehreradd getter for tbsResponseData and signatureAlgorithm...
2018-09-01 Matt CaswellAdd a note in the docs about sharing PSKs between TLSv1...
2018-09-01 Hubert KarioTLSv1.3 related changes to man pages
2018-08-24 Paul YangAdd semicolon at the end of the function prototypes
2018-08-23 parassshFix typos in documentation.
2018-08-22 Andy Polyakovman3/OBJ_nid2obj.pod: mention failure code for OBJ_create.
2018-08-22 Matt CaswellIgnore the digest in req app if using EdDSA
next