APPS: Add OSSL_STORE loader for engine keys
[openssl.git] / crypto /
2020-12-02 Richard LevitteAdapt everything else to the updated OSSL_ENCODER_CTX_n...
2020-12-02 Richard LevitteENCODER: Don't pass libctx to OSSL_ENCODER_CTX_new_by_E...
2020-12-02 Ankita Shettycmp_client.c: Fix indentation and remove empty line
2020-12-02 Ankita Shettycmp_client.c: Remove dead code of variable 'txt' in...
2020-12-02 Matt CaswellDon't Overflow when printing Thawte Strong Extranet...
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
2020-11-30 Richard LevitteRSA: correct digestinfo_ripemd160_der[]
2020-11-30 Ard Biesheuvelaes/asm/aesv8-armx.pl: avoid 32-bit lane assignment...
2020-11-30 Matt CaswellFix instances of pointer addition with the NULL pointer
2020-11-28 Richard LevitteERR: drop err_delete_thread_state() TODO marker
2020-11-28 Richard LevitteERR: Drop or deprecate dangerous or overly confusing...
2020-11-27 Dr. David von OheimbX509_dup: fix copying of libctx and propq using new...
2020-11-27 Richard LevitteEVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls...
2020-11-27 ihsinmeUpdate bio_ok.c
2020-11-27 Matt CaswellDeprecate more DH functions
2020-11-27 Matt CaswellDeprecate EVP_PKEY_assign_DH and other similar macros
2020-11-27 Matt CaswellDeprecate DH_new as well as i2d_DHparams and d2i_DHparams
2020-11-27 Richard LevitteERR: Restore the similarity of ERR_print_error_cb(...
2020-11-26 Shane LontisFix EVP_CIPHER_CTX_set_padding for legacy path
2020-11-26 Daniel BeveniusEVP: don't touch the lock for evp_pkey_downgrade
2020-11-26 Tomas MrazFix regression in EVP_DigestInit_ex: crash when called...
2020-11-26 Tomas MrazEVP_DigestFinalXOF must not reset the EVP_MD_CTX
2020-11-26 Matt CaswellUpdate copyright year
2020-11-25 Matt CaswellDon't forget the datatype when decoding a PEM file
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-24 Richard LevitteModify the ERR init functions to use the internal ERR...
2020-11-24 Richard LevitteERR: Modify util/mkerr.pl to produce internal err strin...
2020-11-24 Petr GotthardFix double-free in decoder_pkey.c
2020-11-22 Ankita Shettyx509_vfy.c: Remove superfluous assignment to 'ret'...
2020-11-20 Dr. David von Oheimbossl_cmp_certreq_new(): Fix POPO key mismatch in case...
2020-11-20 Dr. David von OheimbCMP: prevent misleading PKIStatusInfo output if not...
2020-11-19 Pauliprov: move the entropy source out of the FIPS provider
2020-11-19 Paulirand: move the entropy source out of the FIPS provider
2020-11-19 Paulidoc: Documentation changes for moving the entropy sourc...
2020-11-19 Matt CaswellAllow multiple nested marks
2020-11-19 PauliFix some warnings from clang 10 in params.c
2020-11-19 Dr. David von OheimbAllow for PKCS#12 input without MAC in p12_kiss.c and...
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-18 PauliRename SHA3 internal functions so they have an ossl_...
2020-11-18 Paulirename sha1_ctrl to ossl_sha1_ctrl.
2020-11-18 PauliProvide side RNG functions renamed to have an ossl_...
2020-11-18 Paulirename md5_block_asm_data_order to ossl_md5_block_asm_d...
2020-11-18 PauliRename md5_sha1_* ossl_md5_sha1_*
2020-11-18 Matt CaswellOnly disabled what we need to in a no-dh build
2020-11-18 Richard LevitteCONF: Convert one last CONFerr() to ERR_raise()
2020-11-15 Daniel BeveniusREF_PRINT: cast pointer to void to avoid warnings
2020-11-13 Richard LevitteBIO: Undefine UNICODE in b_addr.c to get POSIX declarat...
2020-11-13 Richard Levittecrypto/provider_core.c: fix a couple of faulty ERR_rais...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-13 Richard LevitteEVP: Adapt EVP_PKEY2PKCS8() to better handle provider...
2020-11-13 Shane LontisRemove unused helper functions EVP_str2ctrl() & EVP_hex...
2020-11-12 XiaokangQianOptimize AES-XTS mode in OpenSSL for aarch64
2020-11-11 Tomas MrazDo not prepend $OPENSSL_CONF_INCLUDE to absolute includ...
2020-11-11 Richard LevitteAdapt libcrypto functionality to specify the desired...
2020-11-11 Richard LevitteENCODER: Add tracing
2020-11-11 Richard LevitteENCODER: Add output structure support for EVP_PKEY...
2020-11-11 Richard LevitteENCODER: Add support for OSSL_FUNC_encoder_does_selection()
2020-11-11 Richard LevitteENCODER: Add support for specifying the outermost outpu...
2020-11-11 Richard LevitteOSSL_STORE: Make sure the called OSSL_DECODER knows...
2020-11-11 Richard LevittePEM: Have pem_read_bio_key() set the OSSL_STORE expecte...
2020-11-11 Richard LevitteRestore the legacy implementation of PEM_read_bio_DHpar...
2020-11-11 Richard LevitteDH: Move the code to set the DH sub-type
2020-11-11 Richard LevitteAdapt libcrypto functionality to specify the desired...
2020-11-11 Richard LevitteDECODER: Add tracing
2020-11-11 Richard LevitteDECODER: Add input structure support for EVP_PKEY decoding
2020-11-11 Richard LevitteDECODER: Add support for OSSL_FUNC_decoder_does_selection()
2020-11-11 Richard LevitteDECODER: Add support for specifying the outermost input...
2020-11-11 Dr. David von Oheimbcmp_msg.c: Use issuer of reference cert as default...
2020-11-10 Richard LevittePEM: Always use PEM_def_callback() when cb == NULL...
2020-11-10 Richard LevitteUI: Use OPENSSL_zalloc() in general_allocate_prompt()
2020-11-10 Daniel BeveniusFix REF_PRINT_COUNT argument in ecx_key_free
2020-11-08 Bernd EdlingerThis should fix a lock-order-inversion
2020-11-07 Richard LevitteEVP: Have all EVP_PKEY check functions export to provid...
2020-11-06 Matt CaswellDon't clear the whole error stack when loading engines
2020-11-06 Matt CaswellDon't clear errors on failure in CONF_modules_load_file...
2020-11-06 David von Oheimbx509_vfy.c: Call verification callback individually...
2020-11-06 David von Oheimbx509_vfy.c: Introduce CHECK_CB macro simplifying use...
2020-11-05 Matt CaswellUpdate copyright year
2020-11-04 Randall S. BeckerMoved OPENSSL_fork_prepare,_parent,_child from init...
2020-11-02 jwalchPrevent potential UAF in init_thread_deregister()
2020-11-02 Daniel BeveniusEVP: Fix typo in EVP_PKEY_gen comment
2020-11-02 jwalchInitialize outl in evp_enc.c to 0, protect against...
2020-10-30 jwalchPatch leak in EVP_PKEY2PKCS8() error path
2020-10-30 Richard LevitteAdd easy to digest selector macros for EVP_PKEYs
2020-10-29 Ard Biesheuvelcrypto/poly1305/asm: fix armv8 pointer authentication
2020-10-27 Richard LevitteDH: stop setting the private key length arbitrarily
2020-10-23 Nicola TuveriConstify OSSL_FUNC_keymgmt_validate()
2020-10-22 PauliRemove EVP_aes_(128|192|256)_siv functions
2020-10-22 Shane LontisRename EVP_KDF_reset() to EVP_KDF_CTX_reset().
2020-10-22 Shane LontisRename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().
2020-10-22 Shane LontisRename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
2020-10-22 Romain GeisslerFix aarch64 static linking into shared libraries (see...
2020-10-22 Jeremiah GowdyImplement OpenSSL secure memory for Windows
2020-10-21 Richard LevitteUnexport internal MSBLOB and PVK functions
2020-10-21 Richard LevitteWork around Windows ftell() bug as per Microsoft engine...
2020-10-20 Matt CaswellRename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_...
2020-10-19 Matt CaswellFix no-dh
2020-10-19 Richard LevitteDH: have DH_set_length() increment the dirty count.
2020-10-19 Richard LevitteDH: make the private key length importable / exportable
next