]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
REF_PRINT: cast pointer to void to avoid warnings
[thirdparty/openssl.git] / crypto /
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
2020-10-17  Richard LevitteENCODER & DECODER: set params on all encoder/decoder...
2020-10-15  Matt CaswellUpdate copyright year
2020-10-15  Akshit AkhouryChanging X509at_get0_data_by_OBJ to expect const stack...
2020-10-15  Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-15  Matt CaswellMake evp_pkey_ctx_get0_libctx/propq public API
2020-10-15  Matt CaswellRemove CMS recipient info information out of the algori...
2020-10-15  Matt CaswellMove CMS signing code out of the algorithms and into CMS
2020-10-15  Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-10-15  Matt CaswellRemove a CMS key downgrade
2020-10-14  Nicola Tuveri[ssl] Support ssl_encapsulate on server side
2020-10-14  Nicola Tuveri[ssl] Support ssl_decapsulate on client side
2020-10-13  Richard LevitteEVP: Take care of locks when downgrading an EVP_PKEY
2020-10-12  Paulivms: move otherwise dead code into the VMS relevant...
2020-10-10  Richard LevitteAdapt some code to OSSL_ENCODER_to_data() / OSSL_DECODE...
2020-10-10  Richard LevitteENCODER / DECODER: Add functions to encode/decode to...
2020-10-08  Daniel BeveniusSet mark and pop error in d2i_PrivateKey_ex
2020-10-08  Dmitry BelyavskiyFix zero-length content verification in S/MIME format
2020-10-08  Dr. David von OheimbCorrect and simplify use of ERR_clear_error() etc....
2020-10-08  AndrĂ© KlitzingAllow to continue on UNABLE_TO_VERIFY_LEAF_SIGNATURE
2020-10-08  Matt CaswellFix the decoder start type handling
2020-10-08  Jordan MontgomeryExpose PKCS7_get_octet_string and PKCS7_type_is_other
2020-10-08  Daniel BeveniusERR: fix comment typo in err.c
2020-10-06  Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-10-05  Pauliffc: add _ossl to exported but internal functions
2020-10-05  Dmitry BelyavskiySome OIDs used in Russian X.509 certificates.
2020-10-04  Richard LevitteDECODER: Allow precise result type for OSSL_DECODER_CTX...
2020-10-04  Richard LevitteDECODER: Handle abstract object data type
2020-10-03  drglerEnsure that _GNU_SOURCE is defined for NI_MAXHOST and...
2020-10-03  Nicola TuveriFix segfault on missing provider_query_operation()
2020-10-01  Richard LevitteEVP: use evp_pkey_ctx_is_legacy() to find what implemen...
2020-10-01  Dr. David von OheimbFix memory leak in req_cb() of x_req.c - handle disting...
2020-10-01  Matt CaswellFix some things the rename script didn't quite get...
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-10-01  Paulider: _ossl prefix DER functions
2020-10-01  Shane Lontisrsa_mp_coeff_names should only have one entry in it...
2020-09-30  Dr. David von OheimbEC_GROUP_new_by_curve_name_with_libctx(): Add name...
2020-09-30  Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-27  Paulitodo: remove fork protection todo comment, it isn't...
2020-09-27  Richard LevitteSTORE: Clear a couple of TODOs that were there for...
2020-09-26  Dr. David von OheimbImplement treatment of id-pkix-ocsp-no-check extension...
2020-09-25  jwalchen EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
2020-09-25  Shane LontisAdd EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_...
2020-09-25  Shane LontisAdd EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_...
2020-09-25  Matt CaswellRemove some dead SM2 code
next