openssl.git
2021-03-18 Shane LontisAdd ossl_ ecx symbols
2021-03-18 Shane LontisAdd ossl_v3 symbols
2021-03-18 Shane LontisAdd ossl_rsa symbols
2021-03-18 Shane LontisAdd ossl_encode symbols
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-03-18 Shane LontisAdd ossl_rand symbols
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-03-18 Shane LontisFix external symbols for crypto_*
2021-03-18 Dr. David von... TS and CMS CAdES-BES: Refactor check_signing_certs...
2021-03-18 Dr. David von... ts_check_signing_certs(): Make sure both ESSCertID...
2021-03-18 Dr. David von... TS ESS: Invert the search logic of ts_check_signing_cer...
2021-03-18 Dr. David von... apps.c: Fix missing newline in warn_cert_msg() output
2021-03-18 Beat BolliAdd tests for the limited Unicode code point range
2021-03-18 Beat BolliASN1: check the Unicode code point range in ASN1_mbstri...
2021-03-18 Beat BolliASN1: limit the Unicode code point range in UTF8_getc...
2021-03-18 Beat BolliASN1: add an internal header to validate Unicode ranges
2021-03-17 Paulici: add a no-legacy build
2021-03-17 Tomas MrazMake EVP_PKEY_missing_parameters work properly on provi...
2021-03-17 Tomas Mrazevp_keymgmt_util_copy: Fix possible leak on copy failure
2021-03-17 Tomas Mrazapps/crl: Print just the hash value if printing just...
2021-03-17 Matt CaswellConvert some TODO(3.0) comments in init.c to normal...
2021-03-17 Matt CaswellRemove a TODO(3.0) from EVP_PKEY_derive_set_peer()
2021-03-17 Jon SpillettFix up issues found when running evp_extra_test with...
2021-03-17 Jon SpillettAdd testing for non-default library context into evp_ex...
2021-03-17 Arthur GautierEVP_KDF-KB man page: fixup ABI/API change
2021-03-17 PauliRemove TODOs from digest.c
2021-03-17 Pauliparams: clean up TODO
2021-03-17 Paulidoc: remove TODOs about redesigning the AEAD API
2021-03-17 Pauliprov: remove todos in rsa_keymgmt.c
2021-03-17 Pauliprov: remove TODO in der_rsa_key.c
2021-03-17 Tomas MrazAdd some encoder and decoder code examples
2021-03-17 Matt CaswellFix a TODO(3.0) in the siphash code
2021-03-17 Tomas Mrazp_lib.c: Remove TODO comments
2021-03-16 Tomas Mrazproperty_test: use property values that are not used...
2021-03-16 Tomas Mrazcore_get_libctx: use assert() instead of ossl_assert()
2021-03-16 Tomas Mrazprovider_core: Remove two TODO 3.0
2021-03-16 Tomas Mrazdecoder_process: data_structure can be NULL
2021-03-15 Pauliproperty: default queries create the property values.
2021-03-15 Tomas MrazUse --debug with no-caching build as sanitizers need it
2021-03-15 Matt CaswellAdd a CHANGES entry for EVP_PKEY_public_check() and...
2021-03-15 Matt CaswellEnsure that ECX keys pass EVP_PKEY_param_check()
2021-03-15 Matt CaswellAdd a CHANGES entry for the cosmetic differences in...
2021-03-15 Tomas Mrazapps: Make load_key_certs_crls to read only what is...
2021-03-15 Tomas Mrazapps: Add maybe_stdin argument to load_certs and set...
2021-03-15 div2016bitTiny clarification of comment for RSA_sign
2021-03-14 Shane LontisFix DSA EVP_PKEY_param_check() when defaults are used...
2021-03-14 Tomas Mrazkeymgmt_meth: remove two TODO 3.0
2021-03-14 Tobias NießenFix option description for PKCS#12 export
2021-03-14 Matt CaswellConvert a TODO(3.0) in OPENSSL_thread_stop_ex to a...
2021-03-14 Matt CaswellRemove a TODO from async_delete_thread_state()
2021-03-14 Shane LontisRemove TODO in rsa_ameth.c
2021-03-14 Shane LontisRemove TODO in test/acvp_test.c related to setting...
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-13 Dr. David von... apps/ts.c: Allow -untrusted arg to refer to multiple...
2021-03-13 Dr. David von... TS ESS: Let TS_RESP_verify_signature() make use of...
2021-03-13 Paulissl: fix format specifier for size_t argument to BIO_printf
2021-03-12 Tomas Mrazacvp_test: Do not expect exact number of self tests
2021-03-12 Tomas MrazRemove the RAND_get0_public() from fips provider initia...
2021-03-12 Tomas MrazUse OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL...
2021-03-12 Jakub ZelenkaUpdate CHANGES with info about AuthEnvelopedData addition
2021-03-11 Paulirename ossl_provider_forall_loaded to ossl_provider_doa...
2021-03-11 Paulidoc: describe the return from ossl_provider_forall_loaded()
2021-03-11 Paulicore: modify ossl_provider_forall_loaded() to avoid...
2021-03-11 Matt CaswellDon't crash if the pkeyopt doesn't have a value
2021-03-11 Pauliupdate set_ctx_param store management calls to return...
2021-03-11 Pauliupdate set_ctx_param DRBG calls to return 1 for a NULL...
2021-03-11 Pauliupdate set_ctx_param MAC calls to return 1 for a NULL...
2021-03-11 Pauliprov: add extra params argument to KDF implementations
2021-03-11 Paulidoc: note that get_params and set_params calls should...
2021-03-11 Paulidoc: document the additional params argument to the...
2021-03-11 Paulisupport params argument to AES cipher init calls
2021-03-11 Paulidoc: update cipher documentation to include the new...
2021-03-11 Pauliprov: support params argument to common cipher init...
2021-03-11 Pauliprov: support param argument to DES cipher init calls
2021-03-11 Pauliprov: support param argument to null cipher init calls
2021-03-11 Pauliprov: support params argument to CHACHA20 ciphers
2021-03-11 Pauliprov: support params argument to RCx ciphers
2021-03-11 Pauliprov: support params arguments to signature init calls
2021-03-11 Pauliprov: update digests to support modified ctx params
2021-03-11 Paulidoc: update digest documentation to include the new...
2021-03-11 Pauliprov: support param argument to digest init calls
2021-03-11 Paulidoc: document param argument to RSA calls
2021-03-11 Paulidoc: document param argument to cipher init calls
2021-03-11 Paulitest: support params arguments to init functions
2021-03-11 Paulissl: support params arguments to init functions
2021-03-11 Pauliapps: support param argument to init functions
2021-03-11 Pauliprov: update KEM to support params on init()
2021-03-11 Pauliprov: update exchange algorithms to support params...
2021-03-11 Paulimisc: other init function param additions
2021-03-11 Paulidoc: update PKEY documentation to include the new init...
2021-03-11 Paulievp: add params arguments to init functions
2021-03-11 Paulicore: add params arguments to init calls
2021-03-11 Pauliprov: asym ciphers take an extra init() params argument
2021-03-11 Paulidoc: add params argument to key manager's gen_init...
2021-03-11 Paulicore: add params argument to key manager's gen_init...
2021-03-11 Pauliprovider: add params argument to key manager's gen_init...
2021-03-11 Paulievp: add params argument to key manager's gen_init...
2021-03-11 Paulitest: add params argument to key manager's gen_init...
2021-03-11 Rich SalzFix error-checking compiles for mutex
2021-03-11 Anthony HuIncrease the upper limit on group name length
next