Fix doc nits
[openssl.git] / doc / man3 /
2017-09-14 Paul YangFix doc nits
2017-09-14 Paul YangSupport EVP_PKEY_meth_remove and pmeth internal cleanup
2017-09-13 Paul YangSupport key check in EVP interface
2017-09-08 David BenjaminIntroduce named constants for the ClientHello callback.
2017-09-08 David BenjaminRename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.
2017-09-08 Richard LevitteAdd UI functions to set result with explicit length...
2017-09-06 Alfred E. Heggestadadd callback handler for setting DTLS timer interval
2017-09-02 Rich SalzFix doc-nits from previous commit
2017-09-02 Rich SalzLess documentation for deprecated API
2017-09-01 Benjamin KadukTighten up SSL_get1_supported_ciphers() docs
2017-08-31 Matt CaswellVarious review fixes for PSK early_data support
2017-08-31 Matt CaswellAdd functions for getting/setting SNI/ALPN info in...
2017-08-31 Matt CaswellAdd HISTORY and SEE ALSO sections for the new TLSv1...
2017-08-31 Matt CaswellAdd documentation for SSL_SESSION_set_max_early_data()
2017-08-30 Paul YangIntroduce SSL_CIPHER_get_protocol_id
2017-08-30 Paul YangAdd two missing SSL_CIPHER_* functions
2017-08-28 Dr. Matthias St... RAND: Rename the RAND_poll_ex() callback and its typedef
2017-08-24 Matt CaswellAdd documentation for SRTP functions
2017-08-23 Dr. Stephen HensonCorrect GCM docs.
2017-08-23 Rich SalzTweak wording to be more clear.
2017-08-21 Paul YangDocument missing EVP_PKEY_method_* items
2017-08-16 David BenjaminFix some documentation typos.
2017-08-15 Richard LevitteSTORE: Add documentation on the expectations for return...
2017-08-15 Richard LevitteSTORE: Add info on the expected post_process callback...
2017-08-15 Benjamin KadukAdd SSL_get_pending_cipher()
2017-08-12 FdaSilvaYYFix some typo and comments
2017-08-12 Andy PolyakovAdd EVP_DigestFinalXOF, interface to extendable-output...
2017-08-11 FdaSilvaYYFix some Typos and indents
2017-08-09 Paul YangFix trivial nits in documentaion
2017-08-09 Paul YangAdd XXX_security_bits documentation
2017-08-09 Matt CaswellAdd an SSL_SESSION_dup() function
2017-08-05 Johannes BauerFix typo in HKDF example documentation
2017-08-04 Todd ShortConsolidate to a single asn1_time_from_tm() function
2017-08-03 Rich SalzAdd RAND_priv_bytes() for private keys
2017-08-03 Rich SalzSwitch from ossl_rand to DRBG rand
2017-08-01 Ken GoldmanRSA_get0_ functions permit NULL parameters
2017-07-31 Xiaoyin LiuFix typo in documents
2017-07-31 David BenjaminFix the names of older ciphers.
2017-07-30 Xiaoyin LiuFix typo in ASN1_TIME_set.pod
2017-07-30 Paul YangUpdate ASN1_TIME_to_tm's documentation
2017-07-29 Dr. Stephen HensonAdd public key method enumeration function.
2017-07-29 Bernd EdlingerDocument OPENSSL_secure_clear_free
2017-07-28 Paul YangMake SSL_set_tlsext_host_name no effect from server...
2017-07-28 Paul YangFix a reference nit in doc
2017-07-27 Benjamin KadukRemove trailing whitespace from store-related man pages
2017-07-27 Benjamin KadukCatch up to the removal of OSSL_STORE_open_file()
2017-07-26 Hubert Karioadd basic references to the new methods in documentation
2017-07-26 Hubert Kariofix OSSL_STORE man pages
2017-07-26 Paul YangAdd test cases and docs for ASN1_STRING_TABLE_* functions
2017-07-26 Todd ShortAdd support to free/allocate SSL buffers
2017-07-25 Andy PolyakovWire SHA3 EVPs and add tests.
2017-07-24 PauliImprove struct tm population
2017-07-23 Paul YangAdd asn1_time_to_tm function and check days in month
2017-07-23 Paul YangUpdate documentation for SSL_is_server()
2017-07-22 Rich SalzAdd --with-rand-seed
2017-07-20 Paul YangSupport converting cipher name to RFC name and vice...
2017-07-18 Matt CaswellAdd some performance notes about early data
2017-07-18 Emilia KasperRSA_padding_check_PKCS1_type_2 is not constant time.
2017-07-16 Rich SalzDon't use "version" in "OpenSSL Version 1.1.0" etc
2017-07-12 Rich SalzRewrite RAND_egd
2017-07-08 Rich SalzUpdate various RAND podpages
2017-07-07 Matt CaswellUpdate the documentation for the new SSL_OP_ALLOW_NO_DH...
2017-07-06 Rich SalzCleanup RAND_load_file,RAND_write_file
2017-07-05 Benjamin KadukImprove BN_CTX documentation
2017-07-03 Rich SalzBN_pseudo_rand is really BN_rand
2017-07-03 Richard LevitteCorrect documentation for UI_get0_result_string
2017-07-03 Rich SalzVarious doc fixes
2017-06-30 Rich SalzFix atfork flag. Avoid double-negatives :)
2017-06-29 Rich SalzAdd fork handlers, based on pthread_atfork
2017-06-29 Richard LevitteMake it possible to tell the file loader to use secure...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: refactor the treatment...
2017-06-29 Richard LevitteAdd documentation for STORE functions
2017-06-29 Matt CaswellUpdates following review of SSL_export_key_material...
2017-06-29 Matt CaswellUpdate the SSL_export_keying_material() documentation...
2017-06-28 Greg ZaveruchaFix sample code
2017-06-27 Rich SalzUse randomness not entropy
2017-06-21 Sascha SteinbissAdd OCSP_resp_get1_id() accessor
2017-06-21 Matt CaswellAdd documentation for the SSL_export_keying_material...
2017-06-21 Matt CaswellPSK related tweaks based on review feedback
2017-06-21 Matt CaswellMake the input parameters for SSL_SESSION_set1_master_k...
2017-06-21 Matt CaswellDocument SSL_set_psk_find_session_callback() and SSL_CT...
2017-06-21 Matt CaswellDocument SSL_set_psk_use_session_callback() and SSL_CTX...
2017-06-21 Matt CaswellAdd documentation for SSL_CTX_set_psk_use_session_callb...
2017-06-21 Matt CaswellDocument SSL_CIPHER_get_handshake_digest()
2017-06-21 Matt CaswellDocument SSL_SESSION_set_protocol_version()
2017-06-21 Matt CaswellDocument SSL_SESSION_set1_master_key()
2017-06-21 Matt CaswellAdd documentation for SSL_SESSION_set_cipher()
2017-06-21 Rich SalzMerge Nokia copyright notice into standard
2017-06-20 Rich SalzAdd RAND_UNIMPLEMENTED error code
2017-06-12 Benjamin KadukAdd SSL_early_get1_extensions_present()
2017-06-11 Rich SalzIntroduce ASN1_TIME_set_string_X509 API
2017-06-11 Beat Bollidoc/man3: use the documented coding style in the exampl...
2017-06-11 Josh SorefFix spelling errors in manpages
2017-06-08 Rich SalzRemove doc of non-existent functions
2017-06-08 Todd ShortFix #340: Parse ASN1_TIME to struct tm
2017-06-08 Beat Bollidoc: use /* ... */ comments in code examples
2017-06-08 Beat Bollidoc/man3: fix SSL_SESSSION typos
2017-06-08 Beat BolliSSL_CTX_set_verify.pod: move a typedef in front of...
2017-06-08 Beat Bollidoc/man3: unindent a few unintended code blocks
2017-06-08 Beat Bollidoc/man3: reformat the function prototypes in the synopses
next