]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Drop special case of time interval calculation for VMS
[thirdparty/openssl.git] / crypto /
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
2020-05-12  Richard LevitteFix d2i_PrivateKey_ex() to work as documented
2020-05-09  Dr. David von OheimbFix bio_wait() in crypto/bio/bio_lib.c in case OPENSSL_...
2020-05-09  Dr. David von OheimbConstify 'req' parameter of OSSL_HTTP_post_asn1()
2020-05-09  Dr. David von OheimbFix bug in OSSL_CMP_SRV_process_request() on transactio...
2020-05-08  Maximilian BlenkFix PEM certificate loading that sometimes fails
2020-05-08  Richard LevitteEVP: when setting the operation to EVP_PKEY_OP_UNDEFINE...
2020-05-07  Shane LontisRemove legacy FIPS_mode functions
2020-05-07  Shane LontisAdd RSA SHA512 truncated digest support
2020-05-07  Shane LontisRemove gen_get_params & gen_gettable_params from keygen...
2020-05-07  Shane LontisRemove cipher table lookup from EVP_CipherInit_ex
2020-05-06  Matt CaswellFix a memory leak in CONF .include handling
2020-05-05  Dr. David von OheimbStrengthen X509_STORE_CTX_print_verify_cb() to print...
2020-05-04  Matt CaswellAllow OSSL_PARAM_get_octet_string() to pass a NULL...
2020-05-04  Matt CaswellFix the KEYNID2TYPE macro
2020-05-04  Matt CaswellEnsure EVP_PKEY_get_raw_[private|public]_key work with...
2020-05-04  Matt CaswellAdd the library ctx into an ECX_KEY
2020-05-04  Matt CaswellAdd the ability to ECX to import keys with only the...
2020-05-04  Matt CaswellEnsure OSSL_PARAM_BLD_free() can accept a NULL
2020-05-04  Matt CaswellMake EVP_new_raw_[private|public]_key provider aware
2020-05-04  niarand_unix.c: Ensure requests to KERN_ARND don't exceed...
2020-05-04  niarand_unix.c: Only enable hack for old FreeBSD versions...
2020-05-04  niarand_unix.c: Include correct headers for sysctl() on...
2020-05-04  Richard LevitteWPACKET: don't write DER length when we don't want to
2020-05-03  Richard LevitteFix reason code clash
2020-05-02  Shane LontisAdd solaris assembler fixes for legacy provider
2020-05-02  Shane LontisAdd default property API's to enable and test for fips
2020-04-30  Paulicoverity 1462580 Improper use of negative value
2020-04-30  Paulicoverity 1462578 Resource leak
2020-04-30  Paulicoverity 1462576 Resource leak
2020-04-30  Paulicoverity 1462567: Null pointer dereferences
2020-04-30  Paulicoverity 1462573 Dereference after null check
2020-04-30  Paulicoverity 1462566 Resource leak
2020-04-30  Paulicoverity 1462561 Uninitialized scalar variable
2020-04-30  Paulicoverity 1462560 Resource leak
2020-04-30  Paulicoverity 1462556 Resource leak
2020-04-30  Paulicoverity 1462554 Dereference after null check
2020-04-30  Paulicoverity 1462549 Dereference before null check
2020-04-30  Paulicoverity 1462548 Resource leak
2020-04-30  Paulicoverity 1462546 Dereference after null check
2020-04-30  Paulicoverity 1462545 Dereference after null check
2020-04-30  Paulicoverity 1462543 Logically dead code
2020-04-30  Paulicoverity 1462541 Dereference after null check
2020-04-30  Paulicoverity 1462550 Resource leak
2020-04-30  Paulicoverity 1462565: Null pointer dereferences
2020-04-30  Pauliparam bld: avoid freeing the param builder structure...
2020-04-30  Shane LontisFix snprintf missing for windows build
2020-04-29  Richard LevitteEVP: Fix evp_keymgmt_util_copy() for to->keymgmt =...
2020-04-29  Shourya ShuklaAmend references to "OpenSSL license"
2020-04-29  Richard Levitteinclude/openssl/x509v3.h: restore previous stack defini...
2020-04-28  Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-27  Christian Hohnstaedti2b_PVK_bio: don't set PEM_R_BIO_WRITE_FAILURE in case...
2020-04-27  Richard Levittecrypto/x509/v3_alt.c: make 'othername' a bit bigger
2020-04-25  Dirk-Willem van... Add support for unusal 'othername' subjectAltNames
2020-04-25  Paulikeymgmt: convert to use the params modification detection.
next