Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMPRESSED
[openssl.git] / doc / man3 /
2022-11-25 Stephen FarrellImplements Hybrid Public Key Encryption (HPKE) as per...
2022-11-25 Marco AbbadiniFix typos in doc/man3/EVP_EncryptInit.pod
2022-11-25 Dr. David von Oheimbadd missing OSSL_CMP_CTX_reset_geninfo_ITAVs() function
2022-11-25 Dr. David von OheimbOSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVs
2022-11-25 Dr. David von OheimbCMS_decrypt*(): fix misconceptions and mem leak
2022-11-24 Jiaxun YangAdd SM2 support for EVP_PKEY_Q_keygen
2022-11-24 Dr. David von OheimbCMP: fix handling of unset or missing failInfo PKI...
2022-11-24 Dr. David von OheimbCMP: fix status held in OSSL_CMP_CTX, in particular...
2022-11-24 Dr. David von OheimbOSSL_CMP_ITAV_set0.pod: fix formatting nits, update...
2022-11-24 Maxim MikityanskiyAdd support for KTLS zerocopy sendfile on Linux
2022-11-23 Dr. David von OheimbCMP: add API functions OSSL_CMP_CTX_get0_libctx() and...
2022-11-21 slontisAdd missing HISTORY sections for OpenSSL 3.0 related...
2022-11-21 slontisImprove FIPS RSA keygen performance.
2022-11-18 Dr. David von Oheimbx509/v3_purp.c etc.: improve doc/comments on codesign...
2022-11-16 Joachim VandersmissenAdd documentation for CPUID bit #64+17
2022-11-14 Serge CroiséCOMP_expand_block: spelling (algorithm)
2022-11-07 Todd ShortAdd zlib oneshot compression
2022-11-02 slontisFix documentation for some i2d return values.
2022-11-02 slontisAdd d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.
2022-11-02 Matt CaswellUpdate the pipelining docs
2022-11-01 Paulirand: add set0 calls for the private and public DRBGs
2022-10-27 Joakim AntmanFix parameter names for RSA private key example
2022-10-23 Paulidoc: fix copy/paste error
2022-10-21 Tomas MrazDocument the stack functions that are forgiving
2022-10-18 Todd ShortUpdate COMP_METHOD
2022-10-18 Todd ShortAdd support for compressed certificates (RFC8879)
2022-10-18 Todd ShortAdd ZSTD compression support (RFC8478bis)
2022-10-18 Todd ShortAdd brotli compression support (RFC7924)
2022-10-17 Čestmír Kalinacrypto: add preemptive threading support
2022-10-13 Daniel FialaPKCS12_SAFEBAG_set0_attrs: Remove const from function...
2022-10-07 Matt CaswellUpdate the SSL_CTX_set1_groups documentation
2022-10-07 Richard LevitteChange all references to OpenSSL 3.1 to OpenSSL 3.2...
2022-10-06 Richard LevitteRename ossl_sleep() to OSSL_sleep() and make it public
2022-10-04 Daniel FialaFix examples related to BIO_do_accept
2022-09-26 Todd ShortAdd documentation for the OPENSSL_gmtime functions
2022-09-23 Graham WoodwardAllow PKCS12 export to set arbitrary bag attributes
2022-09-23 Tomas MrazFix error return values from BIO_ctrl_(w)pending()
2022-09-23 slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-09-23 olszomalOSSL_PROVIDER_set_default_search_path() return value
2022-09-23 Hugo LandauBIO_s_dgram_pair
2022-09-16 Daniel FialaAdd documentation and test for EVP_PBE_alg_add
2022-09-15 Akshat MaheshwariFix a typo in the function name
2022-09-14 Hugo LandauAdd support for loading root CAs from Windows crypto API
2022-09-07 Dr. David von OheimbOSSL_trace_enabled.pod: add missing synopsis for OSSL_T...
2022-09-02 Dr. David von OheimbFix many inconsistencies in doc of CMS_verify() and...
2022-09-01 Tomas MrazDocument the return value of OSSL_LIB_CTX_load_config()
2022-09-01 Tobias BrunnerFix documented max. length for info buffer in HKDF
2022-08-24 Dr. David von OheimbCMP: correct handling of fallback subject in OSSL_CMP_C...
2022-08-24 Dr. David von Oheimbadd missing CRMF API function OSSL_CRMF_CERTTEMPLATE_ge...
2022-08-24 Dr. David von OheimbX509: clean up doc and implementation of X509{,_REQ...
2022-08-24 Dr. David von Oheimbadd missing doc of X509_REQ_get_extensions() and X509_R...
2022-08-23 Dr. David von OheimbOSSL_HTTP_REQ_CTX_nbio: add support for partial content...
2022-08-19 Hugo LandauBIO_sendmmsg/BIO_recvmmsg (API only)
2022-08-18 Matt CaswellAdd some documentation for X509_gmtime_adj()
2022-08-18 Lutz JaenickeX509: Add "code sign" as purpose for verification of...
2022-08-18 Tomas MrazClarify documentation in regards to EC key parameters
2022-08-17 Matt CaswellCorrect the documentation for OPENSSL_MALLOC_FD
2022-08-04 Kurt RoeckxChange name of parameter in documentation from sigret...
2022-08-04 Tomas MrazProperly document deprecation of DH_new() and related...
2022-08-04 Roberto Hueso GomezFix EC_KEY_set_private_key() NULL priv_key docs
2022-08-03 PauliNote that EVP_CIPHER_get_iv_length returns negative...
2022-07-29 Todd ShortImplement AES-GCM-SIV (RFC8452)
2022-07-28 Matt CaswellAdd some documentation for the BIO_s_mem() datagram...
2022-07-26 Dr. David von Oheimbx509_lu.c and x509_vfy.c: improve coding style, comment...
2022-07-26 PauliFix error in LHASH documentation
2022-07-22 PauliFix error in example.
2022-07-21 Dr. David von OheimbX509_STORE_CTX_purpose_inherit(): add missing details...
2022-07-20 Dr. David von OheimbAdd OSSL_CMP_CTX_get0_validatedSrvCert(), correcting...
2022-07-19 Dr. David von OheimbAdd X509_PUBKEY_set0_public_key(), extracted from X509_...
2022-07-16 Dr. David von OheimbCMS: add CMS_SignedData_verify(), a variant of CMS_veri...
2022-07-16 Dr. David von OheimbCMS_add0_cert.pod: various improvements of the description
2022-07-15 AllanAdded paragraph to free objects alloced by X509V3_add1_...
2022-07-15 AllanUpdated X509v3_get_ext_by_NID.pod and X509_CRL_get0_by_...
2022-07-12 Dr. David von OheimbOSSL_trace_set_channel.pod and openssl.pod: fix missing...
2022-07-06 Dr. David von Oheimbhttp_client.c: fix comment and documentation of the...
2022-07-06 Dr. David von OheimbOSSL_HTTP_open(): improve use of use_ssl and its docume...
2022-07-06 EasySecFix typos in SSL_CTX_use_certificate.pod file
2022-06-30 slontisDocumentation update for EVP_set_default_properties
2022-06-28 olszomalSSL_get_current_cipher() and SSL_get_pending_cipher...
2022-06-28 Dr. David von OheimbCMS: Export CMS_EnvelopedData and add CMS_EnvelopedData...
2022-06-24 AllanAdded documentation for PEM_X509_INFO_read() and PEM_X5...
2022-06-22 Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-06-16 Fraser TweedaleFix documentation of BIO_FLAGS_BASE64_NO_NL
2022-06-16 Michael BaentschFix for OSSL_PARAM sample code referencing OSSL_PARAM_U...
2022-06-09 Todd ShortUpdate SIV mode documentation
2022-06-03 Tomas MrazEnable setting SSL_CERT_FLAG_TLS_STRICT with ssl config
2022-06-03 Tomas MrazAdd OSSL_QUIC methods to headers and manual pages
2022-05-30 Dr. David von OheimbOSSL_trace_enabled.pod and OSSL_trace_set_channel.pod...
2022-05-30 Dr. David von Oheimbhttp_client.c: Dump response on error when tracing...
2022-05-26 Peiwei HuFix the defective check of EVP_PKEY_get_params
2022-05-23 Kijin KimAdd more SRTP protection profiles
2022-05-18 Thomas BellebaumDocumentation: X509_V_ERR_CERT_CHAIN_TOO_LONG is not...
2022-05-16 Tomas MrazFix BIO_get_ktls_send/recv to return 0 or 1 only
2022-05-09 Dimitry AndricCorrect padding mode flag name for EVP_PKEY_decrypt...
2022-05-09 Ahmed JELIJLIdoc: Fix RSA public key parameters
2022-05-09 slontisAdd documentation for key validation that indicates...
2022-05-08 Paulidoc: add not that DTLS 1.0, TLS 1.1 and before are...
2022-05-05 Dr. David von Oheimbcrmf_lib.c: Make sure Ed signature for POPO is called...
2022-05-04 Dr. David von OheimbX509{,_LOOKUP}: Improve distinction between not found...
2022-05-03 Matt CaswellUpdate copyright year
next