Fix copyright year issues
[openssl.git] / include /
2022-01-06 Bernd EdlingerFix copyright year issues
2022-01-05 Dimitris ApostolouFix typos
2022-01-03 Dr. David von OheimbUpdate troublesome copyright years of auto-generated...
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-19 Carlo Teubnercrypto/dsa.h: fix include guard name
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-12-06 Tomas MrazFix pvk encoder to properly query for the passphrase
2021-11-26 Bernd EdlingerEnable brainpool curves for TLS1.3
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-17 Dr. David von OheimbMove more general parts of internal/cryptlib.h to new...
2021-11-17 Dr. David von OheimbAdd and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-12 Matt CaswellStop receiving child callbacks in a child libctx when...
2021-11-12 Matt CaswellDon't attempt to deactive child providers if we don...
2021-11-12 Pauliheader: add integer overflow helper functions
2021-11-11 Job SnijdersAdd OID for RPKI id-ct-ASPA
2021-11-09 Pauliprov: remove unused field `flag_fallback` and function...
2021-11-04 Tom CosgroveFix builds on Armv8 systems without AArch64
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-27 Richard LevitteCORE: Encure that cached fetches can be done per provider
2021-10-27 Richard LevitteEVP: Reverse the fetch logic in all pkey using function...
2021-10-27 Richard LevitteCORE: add a provider argument to ossl_method_construct()
2021-10-09 Matt CaswellIncrease the default security level to 2
2021-10-05 Tianjia Zhangobj: Add SM4 GCM/CCM OID
2021-09-25 Paulitsan: add an addition macro
2021-09-14 lprimakMacOS prior to 10.12 does not support random API correctly
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-27 David CarlierDarwin platform allows to build on releases before...
2021-08-25 PauliAdd invalid input length error
2021-08-25 Paulicpp: fix included files to avoid failure in no-deprecat...
2021-08-24 Matt CaswellCorrectly calculate the length of SM2 plaintext given...
2021-08-24 Matt CaswellFix i2v_GENERAL_NAME to not assume NUL terminated strings
2021-08-11 Tomas Mrazaes_v8_xts_encrypt is present only on 64bit arm builds
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-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
next