ec.h: Explain use of strstr() for EVP_EC_gen() and add #include <string.h>
[openssl.git] / include / openssl /
2022-01-03 Dr. David von Oheimbec.h: Explain use of strstr() for EVP_EC_gen() and...
2021-12-30 Dr. David von OheimbOSSL_CMP_CTX: rename get/set function for trustedStore
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-10 Richard LevitteMake OSSL_provider_init() OPENSSL_EXPORT, not just...
2021-12-10 Sam Eatonchanges opensssl typos to openssl
2021-12-09 Dr. David von OheimbOSSL_HTTP_get(): Fix timeout handling on redirection
2021-11-24 Richard LevitteHave OSSL_PARAM_allocate_from_text() raise error on...
2021-11-24 Patrick UiterwijkSupport different R_BITS lengths for KBKDF
2021-11-11 Job SnijdersAdd OID for RPKI id-ct-ASPA
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-09 Matt CaswellIncrease the default security level to 2
2021-10-05 Tianjia Zhangobj: Add SM4 GCM/CCM OID
2021-08-31 slontisAdd the self test type OSSL_SELF_TEST_TYPE_PCT_SIGNATURE
2021-08-30 Nicola TuveriFix d2i_ECPKParameters_fp and i2d_ECPKParameters_fp...
2021-08-25 PauliAdd invalid input length error
2021-08-05 Paulifips: add power up test for TLS 1.3 KDF
2021-08-05 Paulitls/prov: move the TLS 1.3 KDF code to providers
2021-07-29 yangyangtiantianlo... Fix dtls timeout dead code
2021-07-29 Matt CaswellUpdate copyright year
2021-07-27 Matt CaswellMark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_...
2021-07-27 Tomas MrazECDSA_SIG_set0: r and s parameters cannot be NULL
2021-07-26 Richard LevitteEVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0...
2021-07-20 Paulierr: remove the derivation function is mandatory for...
2021-07-15 Paulievp: constify some OSSL_PARAM arguments
2021-07-14 Syrone WongFix OSSL_TRACE9 missing arg9
2021-07-11 Dr. David von OheimbFix legacy OCSP_REQ_CTX_http() function to expect ASN...
2021-07-06 Paulierr: remove ERR_GET_FUNC()
2021-06-30 Dr. David von OheimbOSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(...
2021-06-30 Dr. David von OheimbCMP: Add missing getter functions to CRMF API and CMP API
2021-06-24 Tomas Mraztrace: Do not produce dead code calling BIO_printf...
2021-06-24 Paulierr: add unable to get lock errors
2021-06-23 Richard LevitteEVP: Change the output size type of EVP_Q_digest()...
2021-06-22 Richard LevitteFix definition of ossl_intmax_t and ossl_uintmax_t
2021-06-22 Shane LontisChange self test for AES_CGM to perform both an encrypt...
2021-06-19 Pauliinclude: replace tabs with spaces in headers
2021-06-17 Matt CaswellUpdate copyright year
2021-06-16 Dr. David von OheimbHTTP client: fix use of OSSL_HTTP_adapt_proxy(), which...
2021-06-16 Dr. David von OheimbX509_digest_sig(): Improve default hash for EdDSA and...
2021-06-16 Matt CaswellAdd various OBJ functions as callbacks
2021-06-11 Dr. David von OheimbRename OSSL_HTTP_set_request() to OSSL_HTTP_set1_reques...
2021-06-11 William EdmistenAdd support for ISO 8601 datetime format
2021-06-11 Richard LevitteSTORE: Make OSSL_STORE_LOADER_fetch() consistent with...
2021-06-10 Todd ShortOptimize session cache flushing
2021-06-10 Paulisha: convert SHA one shot macros back to being functions
2021-06-08 Dr. David von OheimbMove trust-related decls from x509.h.in to x509_vfy...
2021-06-08 Dr. David von Oheimbx509.h.in: extended 'documenting' comment on X509_TRUST...
2021-06-08 Dr. David von OheimbX509_STORE_CTX_new.pod and x509_vfy.h.in: rename some...
2021-06-08 Shane LontisAdd a gettable for provider ciphers to return the EVP_C...
2021-06-05 Richard LevittePROV: drop get_params() and gettable_params() from...
2021-06-05 Richard LevitteENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE
2021-06-05 Richard LevittePROV: drop get_params() and gettable_params() from...
2021-06-05 Richard LevitteDECODER: use property definitions instead of getting...
2021-06-05 Matt CaswellAdd documentation for newly added ASN1 functions
2021-06-05 Matt CaswellGive ASN.1 objects the ability to report their libctx...
2021-06-05 Matt CaswellUse the new ASN.1 libctx aware capabilities in CMP
2021-06-05 Matt CaswellTeach more of the ASN.1 code about libctx/propq
2021-06-05 Matt CaswellTeach the ASN.1 code how to create embedded objects...
2021-06-05 Matt CaswellProvide the ability to create an X509_PUBKEY with a...
2021-06-04 Tomas MrazMove libssl related defines used by fips provider to...
2021-06-03 Richard LevitteDeprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_b...
2021-06-02 Jon SpillettDisable tracing within the FIPS module
2021-06-02 Paulilibcrypto: make XXX_get_number() internal
2021-06-02 Paulix509: remove TODOs
2021-06-02 Tomas MrazAdd NCONF_get_section_names()
2021-06-02 Rich SalzAdd NCONF_get0_libctx()
2021-06-02 Rich SalzMake conf_method_st and conf_st deprecated
2021-06-01 Tomas MrazRename also the OSSL_PROVIDER_name() function
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Jon SpillettEnhance the encoder/decoder tests to allow testing...
2021-06-01 Paulirand: use size_t for size argument to RAND_bytes_ex()
2021-06-01 Shane LontisFix aes cfb1 so that it can operate in bit mode.
2021-05-30 Matt CaswellTeach EVP_PKEYs to say whether they were decoded from...
2021-05-29 Paulirand: add a strength argument to the BN and RAND RNG...
2021-05-28 Rich SalzRework and make DEBUG macros consistent.
2021-05-27 jwalchFix OCSP_sendreq_nbio arg order
2021-05-27 Paulierrors: update error message (to be squashed)
2021-05-26 Tomas MrazDeprecate old style BIO callback calls
2021-05-25 Paulimac: add a getter for the MAC block size.
2021-05-24 Jon SpillettAdded PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithm...
2021-05-24 Jon SpillettAdd PBKDF1 to the legacy provider
2021-05-23 Matt CaswellFix a memleak in the FIPS provider
2021-05-20 Matt CaswellUpdate copyright year
2021-05-20 Matt CaswellAdd a callback for providers to know about global prope...
2021-05-20 Matt CaswellImplement the ability to convert a PROPERTY_LIST to...
2021-05-19 Richard LevitteFix include/openssl/e_os2.h for VMS
2021-05-19 Dr. David von OheimbMake SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() suppo...
2021-05-19 Dr. David von Oheimbbio_lib: Add BIO_get_line, correct doc of BIO_gets
2021-05-18 Matt CaswellBetter error messages if there are no encoders/decoders...
2021-05-14 Dr. David von OheimbAdd OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}
2021-05-14 Dr. David von OheimbHTTP client: Allow streaming of response data (with...
2021-05-14 Dr. David von OheimbHTTP client API: Generalize to arbitrary request and...
2021-05-14 Dr. David von OheimbHTTP: Implement persistent connections (keep-alive)
2021-05-14 Rich SalzSlightly reformat ssl.h.in
2021-05-14 Rich SalzConvert SSL_{CTX}_[gs]et_options to 64
2021-05-13 Tomas MrazReplace EVP_PKEY_supports_digest_nid
2021-05-13 Tomas MrazDrop ASN1_PKEY_CTRL_SUPPORTS_MD_NID
2021-05-12 Shane LontisExport/import flags for FFC params changed to seperate...
2021-05-12 Benjamin Kadukmake update
2021-05-12 Dr. David von OheimbHTTP client: Minimal changes that include the improved API
2021-05-12 Dr. David von OheimbAdd ASN1_item_i2d_mem_bio(); document and improve also...
next