Fix logic error for building x86 CAST assembly
[openssl.git] / crypto /
2020-06-14 Benjamin KadukFix logic error for building x86 CAST assembly
2020-06-13 Dr. David von OheimbMove part of OSSL_CMP_validate_msg() to ossl_cmp_msg_ch...
2020-06-13 Dr. David von OheimbBug fix in ossl_cmp_hdr_init(): sould not remember...
2020-06-13 Dr. David von OheimbBug fix in ossl_cmp_certRep_new(): must allocate empty...
2020-06-13 Dr. David von OheimbMake CMP server use same protection for response as...
2020-06-13 Dr. David von OheimbFill in transactionID on any error in OSSL_CMP_SRV_proc...
2020-06-13 Dr. David von OheimbImprove ossl_cmp_msg_check_received() and rename to...
2020-06-13 Dr. David von OheimbImprove cert checking diagnostics of OSSL_CMP_validate_...
2020-06-13 Dr. David von OheimbRemove misleading diagnostics on pinned sender cert...
2020-06-13 Dr. David von OheimbCorrect error reason of verify_signature() in cmp_vfy.c
2020-06-13 Dr. David von OheimbAllow subject of CMP -oldcert as sender unless protecti...
2020-06-13 Dr. David von OheimbCheck expected sender not only for signature-protected...
2020-06-13 Dr. David von OheimbStreamline the approach to set CMP message recipient...
2020-06-13 Dr. David von OheimbFix too strict checks of ossl_cmp_calc_protection()
2020-06-12 PauliFix two additional instances of the old EVP_MAC_CTX_...
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-11 Paulikdf: make function naming consistent.
2020-06-10 Matt CaswellCorrectly handle the return value from EVP_Cipher(...
2020-06-10 Matt CaswellEnsure we never use a partially initialised CMAC_CTX
2020-06-10 Dr. David von OheimbGenerate error queue entry on FFC_CHECK_BAD_LN_PAIR...
2020-06-09 Shane LontisUpdate RSA keygen to use sp800-56b by default
2020-06-08 Richard LevitteEVP: Let EVP_PKEY_gen() initialize ctx->keygen_info
2020-06-08 Vadim FedorenkokTLS: add support for AES_CCM128 and AES_GCM256
2020-06-08 Hubert Kariofix doc typo in bn_dh.c
2020-06-08 Dr. David von OheimbFix mem leaks and allow missing pkey and/or cert in...
2020-06-08 Dr. David von OheimbFix code layout in crypto/store/loader_file.c satisfyin...
2020-06-05 Matt CaswellAlways create a key when importing
2020-06-05 Matt CaswellMake EVP_PKEY_[get1|set1]_tls_encodedpoint work with...
2020-06-05 Matt CaswellImplement OSSL_PROVIDER_get0_provider_ctx()
2020-06-05 Matt CaswellEnable applications to directly call a provider's query...
2020-06-04 Nicola Tuveri[crypto/ec] Remove unreachable AVX2 code in NISTZ256...
2020-06-04 Richard LevitteCORE: make sure activated fallback providers stay activated
2020-06-04 Aaron ThompsonFix missed fields in EVP_PKEY_meth_copy.
2020-06-04 Matt CaswellUpdate copyright year
2020-06-03 Bernd EdlingerFix a buffer overflow in drbg_ctr_generate
2020-06-02 Richard LevittePEM: Make PKCS8 serializers aware of OSSL_SERIALIZERs
2020-06-02 Billy BrumleyMove EC_METHOD to internal-only
2020-06-02 Richard LevitteAPPS: Remove make_config_name, use CONF_get1_default_co...
2020-06-01 Bernd EdlingerRevert the check for NaN in %f format
2020-06-01 Tim Hudsonundeprecate SSL_CTX_load_verify_locations and X509_STOR...
2020-06-01 Dr. David von OheimbMake BIO_do_connect() and friends handle multiple IP...
2020-05-29 Bernd Edlingerbio printf: Avoid using rounding errors in range check
2020-05-28 Benjamin KadukRSA: Do not set NULL OAEP labels
2020-05-28 Benjamin Kadukparams: do not ignore zero-length strings
2020-05-28 Matt CaswellFail if we fail to fetch the EVP_KEYMGMT
2020-05-27 Bernd EdlingerAvoid undefined behavior with unaligned accesses
2020-05-27 Dr. David von OheimbRename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp...
2020-05-27 FdaSilvaYYcrypto/cms: add CAdES-BES signed attributes validation
2020-05-27 Richard LevittePROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx...
2020-05-26 Dr. David von OheimbFix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey...
2020-05-26 Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-05-26 Shane LontisFix ERR_print_errors so that it matches the documented...
2020-05-25 PauliCoverity 1463830: Resource leaks (RESOURCE_LEAK)
2020-05-24 Nicola TuveriFix coverity issues in EC after #11807
2020-05-24 Dr. David von OheimbMove decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local...
2020-05-23 Richard LevitteRe-introduce legacy EVP_PKEY types for provided keys
2020-05-23 Bernd EdlingerFix the parameter types of the CRYPTO_EX_dup function...
2020-05-22 Nicola TuveriAdjust length of some strncpy() calls
2020-05-22 Tomas MrazPrevent use after free of global_engine_lock
2020-05-22 PauliCoverity 1463258: Incorrect expression (EVALUATION_ORDER)
2020-05-20 Richard LevitteSTORE: Make try_decode_PrivateKey() ENGINE aware
2020-05-20 Richard Levittersa_padding_add_PKCS1_OAEP_mgf1_with_libctx(): fix...
2020-05-20 Billy Brumleydeprecate EC_POINT_make_affine and EC_POINTs_make_affine
2020-05-20 Tomas MrazAvoid potential overflow to the sign bit when shifting...
2020-05-20 Tomas MrazCast the unsigned char to unsigned int before shifting...
2020-05-20 Bernd EdlingerFix egd and devrandom source configs
2020-05-20 Richard LevitteAdd OSSL_PROVIDER_do_all()
2020-05-19 Billy Brumleydeprecate EC precomputation functionality
2020-05-19 Dmitry BelyavskiyGOST-related objects changes
2020-05-19 Dmitry BelyavskiyConstants for new GOST TLS 1.2 ciphersuites
2020-05-19 Richard LevitteCORE: query for operations only once per provider ...
2020-05-18 Bernd EdlingerFix some places where X509_up_ref is used
2020-05-18 Maxim ZakharovTTY_get() in crypto/ui/ui_openssl.c open_console()...
2020-05-16 Billy Brumleydeprecate EC_POINTs_mul function
2020-05-16 Matt CaswellMaintain strict type discipline between the core and...
2020-05-16 Richard LevitteCORE: Fix a couple of bugs in algorithm_do_this()
2020-05-15 Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-05-15 Matt CaswellUpdate copyright year
2020-05-14 Richard LevitteEVP: Refactor the RSA-PSS key generation controls for...
2020-05-14 Richard LevittePROV & SIGNATURE: Adapt the RSA signature code for...
2020-05-14 Richard LevitteEVP: For SIGNATURE operations, pass the propquery early
2020-05-14 Richard LevittePROV & KEYMGMT: Add PSS-parameter support in the RSA...
2020-05-14 Richard LevitteDER writer: Add the possibility to abandon empty SEQUENCEs
2020-05-14 Richard LevitteRSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METH...
2020-05-14 Richard LevitteRSA: Add a less loaded PSS-parameter structure
2020-05-14 Richard LevitteRSA: Add rsa_schemes.c, to store scheme data and transl...
2020-05-14 Richard LevitteRSA: Extract much of the rsa_pkey_export_to() code...
2020-05-14 Richard LevitteRSA: Add RSA key types
2020-05-14 Richard LevitteEVP: Only use the engine when one is defined, in pkey_m...
2020-05-13 Dr. David von OheimbRename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_...
2020-05-13 Dr. David von OheimbAdd -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MS...
2020-05-13 Dr. David von OheimbPreliminary fix of memory leak in try_decode_PKCS12...
2020-05-13 Richard LevitteOSSL_STORE: Make the 'file' scheme loader handle MSBLOB...
2020-05-13 Richard LevitteOSSL_STORE: Better information when prompting for pass...
2020-05-13 Richard LevitteOSSL_STORE: Make it possible to attach an OSSL_STORE...
2020-05-13 Richard LevittePROV: Adapt all our providers to use the new PROV_CTX...
2020-05-13 Richard LevitteRemove explicit dependency on configdata.pm when proces...
2020-05-12 Tomas MrazReplace misleading error message when loading PEM
2020-05-12 Richard LevitteCORE: Attach the provider context to the provider late
next