bn: Add fixed length (n=6), unrolled PPC Montgomery Multiplication
[openssl.git] / crypto /
2021-05-08 Martin Schwenkebn: Add fixed length (n=6), unrolled PPC Montgomery...
2021-05-07 Pauliprovider: use a read lock when looking for a provider
2021-05-07 Pauliprovider: flush the store cache when providers are...
2021-05-07 Jon SpillettFixes #14662. Return all EC parameters even for named...
2021-05-07 Jon SpillettFixes #15070. Allow custom algorithm ID ASN.1 encoding...
2021-05-07 Richard LevitteDrop libimplementations.a
2021-05-06 Petr GotthardFix NULL dereference when ENCODER does not implement...
2021-05-06 Matt CaswellUpdate copyright year
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-05-06 Paulicoverity: fix 1478169: dereference after NULL check
2021-05-05 Rich SalzRemove all trace of FIPS_mode functions
2021-05-05 Tomas MrazFix missing symbols in no-cms and no-ts build
2021-05-05 Paulimac: add EVP_MAC_finalXOF() function
2021-05-05 Rich SalzAdd .includedir pragma
2021-05-05 Rich SalzAllow absolute paths to be set
2021-05-05 Shane LontisFix KMAC bounds checks.
2021-05-04 Dr. David von OheimbHTTP client: Correct the use of optional proxy URL...
2021-05-04 Dr. David von OheimbBIO_eof() and OSSL_STORE_eof(): Make sure to return...
2021-05-04 Dr. David von OheimbOSSL_DECODER_from_bio() Prevent spurious decoding error...
2021-05-04 Dr. David von OheimbOSSL_STORE_expect(): Improve error handling and documen...
2021-05-04 Matt CaswellCreate libcrypto support for BIO_new_from_core_bio()
2021-05-01 Dmitry BelyavskiyUse OCSP-specific error code for clarity
2021-04-30 Daniel BeveniusFix typo in OSSL_DECODER_CTX_set_input_structure
2021-04-30 Richard LevitteSTORE: Fix the repeated prompting of passphrase
2021-04-30 Richard LevitteCORE: Rework the pre-population of the namemap
2021-04-30 Eric CurtinRemove dated term and fixed typo anther
2021-04-29 Jon SpillettAdd library context and property query support into...
2021-04-29 Scott McPeakasn1_lib.c: ASN1_put_object: Remove comment about ...
2021-04-28 Matt CaswellStore the list of activated providers in the libctx
2021-04-28 Matt CaswellProperly protect access to the provider flag_activated...
2021-04-28 Dr. David von OheimbCMS ESS: Move four internal aux function to where they...
2021-04-28 Dr. David von OheimbTS ESS: Move four internal aux function to where they...
2021-04-28 Dr. David von OheimbESS: Export three core functions, clean up TS and CMS...
2021-04-28 David BenjaminAdd X509 version constants.
2021-04-28 Tomas MrazImprove the implementation of X509_STORE_CTX_get1_issuer()
2021-04-28 Tomas MrazPrefer fetch over legacy get_digestby/get_cipherby
2021-04-28 Rich SalzRename some globals, add ossl prefix.
2021-04-27 Richard LevitteASN1: Ensure that d2i_ASN1_OBJECT() frees the strings...
2021-04-26 Shane LontisDeprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
2021-04-26 Shane LontisFixes related to separation of DH and DHX types
2021-04-26 Tomas MrazAdd type_name member to provided methods and use it
2021-04-23 Richard Levittecrypto/store/ossl_result.c: Better filtering of errors
2021-04-23 Richard LevitteEVP: evp_keymgmt_util_try_import() should clean up...
2021-04-23 Tomas MrazTrivial shortcuts for EVP_PKEY_eq()
2021-04-22 Dr. Matthias St... Remove obsolete comment
2021-04-22 Rich SalzRemove an unused parameter
2021-04-22 Tomas Mrazhttp/http_lib.c: Include stdio.h for sscanf()
2021-04-22 Todd ShortAdd RUN_ONCE support to zlib init
2021-04-22 Tomas MrazFix potential NULL dereference in OSSL_PARAM_get_utf8_s...
2021-04-22 Tomas MrazFix potential NULL dereference in ossl_ec_key_dup()
2021-04-22 Tomas MrazRemoved dead code in linebuffer_ctrl()
2021-04-22 Matt CaswellUpdate copyright year
2021-04-22 Tomas MrazFix build failure with MSVC
2021-04-22 Matt CaswellAvoid the need for Configure time 128-bit int detection
2021-04-22 MichaMFix typos
2021-04-21 Dr. David von OheimbASN.1: Add some sanity checks for input len <= 0; relat...
2021-04-21 Dr. David von Oheimbtasn_dec.c: Add checks for it == NULL arguments; improv...
2021-04-21 Richard LevitteSTORE: Discard the error report filter in crypto/store...
2021-04-21 Richard LevitteENCODER & DECODER: Allow decoder implementations to...
2021-04-21 Petr GotthardFix memory leak in X509_REQ
2021-04-20 Pauliasn1: fix indentation
2021-04-20 Paulidsa: remove unused macro
2021-04-20 Paulisrp: remove references to EVP_sha1()
2021-04-20 Paulipem: remove references to EVP_sha1()
2021-04-20 Pauliocsp: remove references to EVP_sha1()
2021-04-20 Paulicms: remove most references to EVP_sha1()
2021-04-20 Paulix509: remove most references to EVP_sha1()
2021-04-20 Paulits: fix double free on error path.
2021-04-20 Paulisrp: fix double free,
2021-04-20 Pauliparams_dup: fix off by one error that allows array...
2021-04-20 Dr. David von OheimbImprove ossl_cmp_build_cert_chain(); publish it as...
2021-04-20 Juergen ChristFix compile errors on s390.
2021-04-19 Matt CaswellAdd the function OSSL_LIB_CTX_get0_global_default()
2021-04-19 Matt CaswellChange the semantics of OSSL_LIB_CTX_set0_default(...
2021-04-19 Matt CaswellRemove a TODO(3.0) from keymgmt_lib.c
2021-04-19 Tomas MrazDetect low-level engine and app method based keys
2021-04-19 Tanzinul IslamLink with uplink module
2021-04-19 Tanzinul IslamSupport DLL builds + Fix C RTL variants
2021-04-19 Tanzinul IslamResurrect and modernize C++Builder config
2021-04-18 Richard LevitteCORE: pre-populate the namemap with legacy OIDs too
2021-04-18 Richard LevitteCORE: Register all legacy "names" when generating the...
2021-04-18 Richard LevitteModify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use...
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-18 Rich SalzStandard style for all EVP_xxx_free routines
2021-04-17 Dr. David von OheimbOSSL_CMP_CTX_new(): Fix distinction of out-of-memory...
2021-04-17 PauliFix naming for EVP_RAND_CTX_gettable functions.
2021-04-16 Shane LontisAdd more negative checks for integers passed to OPENSSL...
2021-04-15 PauliSipHash: Fix CTRL API for the digest size.
2021-04-15 Shane LontisAdd EVP_PKEY_todata() and EVP_PKEY_export() functions.
2021-04-15 Tomas MrazRename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_ty...
2021-04-15 Tomas MrazDo not allow creating empty RSA keys by duplication
2021-04-15 Tomas MrazRemove keymgmt_copy function from the provider API
2021-04-15 Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15 Tomas MrazImplement provider-side keymgmt_dup function
2021-04-14 Dr. David von Oheimbcmp_util.c: Fix OSSL_CMP_log_open() in case OPENSSL_NO_...
2021-04-14 Tomas MrazDocument the invariants for the empty X509_NAME encoding
2021-04-14 Tomas MrazX509_NAME_cmp: if canon_enclen is 0 for both names...
2021-04-14 Paulibio_printf: add \0 terminators for error returns in...
2021-04-14 Paulibio: add a malloc failed error to BIO_print
2021-04-14 Shane LontisAdd some additional NULL checks to prevent segfaults.
next