Fix EVP_PKEY_CTX_ctrl() documentation
[openssl.git] / doc / man3 /
2020-09-12 Shane LontisFix EVP_PKEY_CTX_ctrl() documentation
2020-09-12 Shane LontisUpdate doc for EVP_PKEY_CTX_set_ec_param_enc()
2020-09-11 Dr. David von OheimbOSSL_CMP_CTX_new.pod: improve doc of OSSL_CMP_CTX_get1_...
2020-09-10 Dr. David von Oheimbapps_ui.c: Correct password prompt for ui_method
2020-09-10 Dr. David von OheimbX509_NAME_cmp(): Clearly document its semantics, refere...
2020-09-10 Dr. David von OheimbX509_NAME_add_entry_by_txt.pod: Improve documentation...
2020-09-10 Dr. David von OheimbX509_NAME_cmp: restrict normal return values to {-1...
2020-09-10 Dr. David von OheimbX509_NAME_oneline(): Fix output of multi-valued RDNs...
2020-09-10 Dr. David von OheimbX509_NAME_print_ex.pod: re-format lines to fit within...
2020-09-10 Dr. David von Oheimbbugfix in apps/cmp.c and cmp_client.c: inconsistencies...
2020-09-10 Dr. David von OheimbReplace all wrong usages of 'B<...>' (typically by...
2020-09-10 Dr. David von OheimbClean up CMP chain building for CMP signer, TLS client...
2020-09-08 Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-09-08 Dr. David von OheimbOSSL_HTTP_parse_url(): add optional port number return...
2020-09-06 Richard LevitteDOC: Fix check of EVP_PKEY_fromdata{,_init} in examples
2020-09-06 Richard LevitteDOC: Modify one example in EVP_PKEY_fromdata(3)
2020-09-05 Dr. David von OheimbOSSL_CMP_CTX: rename field and its getter/setter from...
2020-09-05 Dr. David von OheimbStrengthen chain building for CMP
2020-09-05 Dr. David von OheimbAdd OSSL_CMP_CTX_get1_newChain() and related CLI option...
2020-09-03 Richard LevitteSTORE: Deprecate legacy / ENGINE functions
2020-09-03 Richard LevitteSTORE: Move the built-in 'file:' loader to become an...
2020-09-03 Matt CaswellUpdate the EVP_PKEY MAC documentation
2020-09-01 Dr. David von OheimbAdd -verbosity option to apps/cmp.c and add log output...
2020-08-29 Matt CaswellAdd some documentation about the EVP_PKEY MAC interface
2020-08-29 Matt CaswellDocument the EVP_PKEY_new_CMAC_key_with_libctx() function
2020-08-28 T.YanagisawaCorrect description of BN_mask_bits
2020-08-28 Pauliconf: add diagnostic option
2020-08-27 Dr. David von OheimbX509_add_certs(): Add to doc some warning notes on...
2020-08-27 Rich SalzAdd OCSP_PARTIAL_CHAIN to OCSP_basic_verify()
2020-08-26 Dmitry BelyavskiyRFC 8398: documentation
2020-08-24 Richard LevitteSTORE: Modify to support loading with provider based...
2020-08-24 Richard LevitteDECODER: Add function to set an OSSL_PASSPHRASE_CALLBAC...
2020-08-24 Richard LevitteOSSL_PARAM: Add string pointer getters
2020-08-24 Richard LevitteSTORE: Add the base functions to support provider based...
2020-08-24 Richard LevitteSTORE: Add missing function OSSL_STORE_LOADER_set_open_...
2020-08-24 Richard LevitteCORE: Define provider-native abstract objects
2020-08-22 Shane LontisAdd Explicit EC parameter support to providers.
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-21 Dr. David von OheimbUse in CMP+CRMF libctx and propq param added to sign...
2020-08-21 Dr. David von OheimbAdd OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and...
2020-08-21 Dr. David von OheimbAdd libctx and propq parameters to OSSL_CMP_{SRV_}...
2020-08-20 Richard LevittePEM: Add more library context aware PEM readers
2020-08-20 Richard LevitteSTORE: Distinguish public keys from private keys
2020-08-20 Richard LevitteX509: Add d2i_PUBKEY_ex(), which take a libctx and...
2020-08-19 Dr. David von OheimbPKCS12_parse(): Clean up code and correct documentation
2020-08-14 Pauliprovider: disable fall-backs if OSSL_PROVIDER_load...
2020-08-13 Benjamin KadukMark SSL_CTX_set_ssl_version() as deprecated in 3.0
2020-08-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-08-12 Shane LontisAdd public API for gettables and settables for keymanag...
2020-08-11 Benjamin KadukDocument EVP_CIPHER_CTX IV accessors
2020-08-11 Shane LontisAdd DHX serialization
2020-08-11 Shane LontisAdd dh_kdf support to provider
2020-08-10 Matt CaswellUpdate KDF documentation
2020-08-09 Shane LontisAdd 'on demand self test' and status test to providers
2020-08-09 Shane LontisAdd some of the missing CMS API documentation
2020-08-09 Shane LontisAdd EVP signature with libctx methods.
2020-08-09 Shane LontisAdd libctx support to PKCS7.
2020-08-09 Shane LontisAdd libctx support to CMS.
2020-08-07 Paulirand_drbg: remove RAND_DRBG.
2020-08-06 Jon SpillettAdd new APIs to get PKCS12 secretBag OID and value
2020-08-06 Matt CaswellUpdate copyright year
2020-08-01 Richard LevitteDESERIALIZER: Refactor the constructor setting API
2020-08-01 Richard LevitteDESERIALIZER: Add deserializers for the rest of our...
2020-08-01 Richard LevitteDESERIALIZER: Rethink password handling
2020-07-30 Dr. David von OheimbAdd OSSL_CMP_MSG_write(), use it in apps/cmp.c
2020-07-30 Dr. David von OheimbExport ossl_cmp_msg_load() as OSSL_CMP_MSG_read(),...
2020-07-30 Dr. David von OheimbExport crm_new() of cmp_msg.c under the name OSSL_CMP_C...
2020-07-30 Dr. David von OheimbStreamline the CMP request session API, adding the...
2020-07-24 Read HughesUpdate EVP_EncodeInit.pod
2020-07-24 Richard LevitteSERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set...
2020-07-24 Richard LevitteSERIALIZER: Add functions to deserialize into an EVP_PKEY
2020-07-24 Richard LevitteDESERIALIZER: Add foundation for deserializers
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-07-22 PauliEVP: deprecate the EVP_X_meth_ functions.
2020-07-22 Gustaf NeumannAlign documentation with recommendations of Linux Docum...
2020-07-21 Viktor DukhovniAvoid errors with a priori inapplicable protocol bounds
2020-07-21 Richard LevitteDOC: Fix SSL_CTX_set_cert_cb.pod and SSL_CTX_set_client...
2020-07-20 Dimitri John Ledkovman3: Drop warning about using security levels higher...
2020-07-19 Shane LontisAdded missing ';' after methods in the synopsis section...
2020-07-17 Paulidoc: Fix documentation of EVP_EncryptUpdate().
2020-07-16 Dr. David von Oheimbx509_vfy.c: Improve key usage checks in internal_verify...
2020-07-16 Richard LevitteUpdate copyright year
2020-07-16 Matt CaswellRevert "kdf: make function naming consistent."
2020-07-16 Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-16 Paulidoc: remove unused engine tracing option
2020-07-16 PauliDocument that ENGINE_add_conf_module() was deprecated.
2020-07-16 PauliDocument that exdata for ENGINES is deprecated.
2020-07-16 PauliDocument that the ENGINE_[sg]_ex_data() calls are repre...
2020-07-16 PauliRAND: document that the ENGINE RAND override is deprecated.
2020-07-16 PauliENGINESDIR: document that this configuration is deprecated.
2020-07-16 Paulidoc: document that the engine initialisation options...
2020-07-16 Paulidoc: deprecate ENGINE documentation
2020-07-16 Todd ShortAdd SSL_get[01]_peer_certificate()
2020-07-15 Shane LontisAdd AES_CBC_CTS ciphers to providers
2020-07-14 PauliDRBG: rename the DRBG taxonomy.
2020-07-07 Martin ElshuberAdd support to zeroize plaintext in S3 record layer
2020-07-06 Glenn Straussimprove SSL_CTX_set_tlsext_ticket_key_cb ref impl
2020-07-04 Gustaf NeumannFix typos and repeated words
2020-07-03 Matt CaswellFix a typo in the i2d_TYPE_fp documentation
2020-07-01 Paulidoc: remove reference to the predecessor of SHA-1.
next