changes: remove duplicate entry
[openssl.git] / include /
2021-07-29 yangyangtiantianlo... Fix dtls timeout dead code
2021-07-29 Matt CaswellUpdate copyright year
2021-07-28 Matt CaswellDon't try and load the config file while already loadin...
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-22 Matt CaswellFix custom EVP_PKEY_METHOD implementations where no...
2021-07-20 Paulierr: remove the derivation function is mandatory for...
2021-07-15 Tomas MrazSplit bignum code out of the sparcv9cap.c
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-08 Randall S. BeckerMade foreign bit field unsigned in evp.h
2021-07-06 Paulierr: remove ERR_GET_FUNC()
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
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-29 Richard LevitteENCODER & DECODER: Make a tighter coupling between...
2021-06-25 Tomas Mrazppccap.c: Split out algorithm-specific functions
2021-06-24 Tomas Mraztrace: Do not produce dead code calling BIO_printf...
2021-06-24 Matt CaswellFix a race in ossl_provider_add_to_store()
2021-06-24 Matt CaswellMerge ossl_provider_activate() and ossl_provider_activa...
2021-06-24 Matt CaswellSet use_fallbacks to zero when we add a provider to...
2021-06-24 Matt CaswellRemove flag_couldbechild
2021-06-24 Matt CaswellAdd a new provider to the store only after we activate it
2021-06-24 Matt CaswellInstantiate predefined providers just-in-time
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-21 John BaldwinRefactor KTLS tests to better support TLS 1.3.
2021-06-19 Paulipunycode: fix indentation
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 Richard LevitteCORE: Do a bit of cleanup of core fetching
2021-06-16 Matt CaswellAdd various OBJ functions as callbacks
2021-06-15 Richard LevitteRefactor OSSL_DECODER_do_all_provided() to behave like...
2021-06-15 Richard LevitteAdd the internal function ossl_method_store_do_all()
2021-06-15 Richard LevitteCORE: Move away the allocation of the temporary no_cach...
2021-06-14 Matt CaswellAdd a generic SubjectPublicKeyInfo decoder
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 Matt CaswellActually use a legacy route in pem_read_bio_key_legacy()
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-07 Tomas MrazElimination of some sources not needed in the FIPS_MODULE
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 Richard Levitteproperty: Add functionality to query data from a proper...
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 PauliAdd internal get_number functions to internal headers
2021-06-02 Pauliadd internal get_number functons to crypto/evp.h
2021-06-02 Paulix509: remove TODOs
2021-06-02 Pauliasn.1: 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 SpillettPass library context and property query into private...
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-06-01 Paulisparc: fix cross compile build
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 Rich SalzUse <> for #include openssl/xxx
2021-05-26 Pauliaes: rename new bsaes_ symbols -> ossl_bsaes_ ones
2021-05-26 Tomas MrazDeprecate old style BIO callback calls
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
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-24 Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-05-23 Matt CaswellFix a memleak in the FIPS provider
2021-05-23 Paulicore: condition out more in FIPS builds
2021-05-20 Matt CaswellUpdate copyright year
2021-05-20 Richard LevitteModify EVP_PKEY_ASN1_METHOD's export_to function to...
2021-05-20 Matt CaswellEnsure mirroring of properties works for subsequent...
next