Add GCD testing infrastructure.
[openssl.git] / crypto /
2019-10-17 Cesar Pereida GarciaConstant-time GCD function.
2019-10-17 Cesar Pereida GarciaUnify BN_rshift design
2019-10-17 Richard LevitteDSA: Add export of domain parameters to provider
2019-10-17 Richard LevitteDH: Add export of domain parameters to provider
2019-10-17 Richard LevittePKEY: adapt the export_to_provider funtions to handle...
2019-10-17 Richard LevitteRename internal function name_cmp() to v3_name_cmp()
2019-10-17 Richard Levitteevp_generic_do_all(): fix passing of method data
2019-10-17 Richard LevitteEVP: add functions that return the name number
2019-10-17 Richard LevitteEVP: add name traversal functions to all fetchable...
2019-10-17 Richard LevitteEVP: add missing common functionality
2019-10-17 Richard LevitteFor provided ciphers, EVP_CIPHER_CTX_ctrl() with EVP_CT...
2019-10-17 Richard LevitteEVP_{CIPHER,MD}_CTX_ctrl(): make extra sure to return...
2019-10-17 Robbie Harwood[KDF] Add feedback-mode and CMAC support to KBKDF
2019-10-16 Richard LevitteAdd EVP_PKEY_CTX_new_provided()
2019-10-16 Andreas SchnebingerFix typo and create compatibility macro
2019-10-16 Matt CaswellCorrectly handle SSL3 Master Secret when calling providers
2019-10-16 Shane LontisAdd ChaCha related ciphers to default provider
2019-10-16 Shane LontisFix missing Assembler defines
2019-10-15 Nicola Tuveri[ec_asn1.c] Avoid injecting seed when built-in matches
2019-10-14 Kurt RoeckxAdd BN_check_prime()
2019-10-14 Kurt RoeckxUse fewer primes for the trial division
2019-10-14 Richard LevitteMove MD2, MD4 and MD5 digests completely to the providers
2019-10-14 Richard LevitteRestore MD5-SHA1 in legacy method database
2019-10-11 Richard LevitteFix EVP_Cipher() for provided cipher implementations
2019-10-11 Matt CaswellSupport calling EVP_DigestUpdate instead of EVP_Digest...
2019-10-11 Matt CaswellDon't use internal knowledge about EVP_MD_CTX in and...
2019-10-11 Richard LevitteStop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOW
2019-10-10 Viktor SzakatsFix unused goto label gcc warning
2019-10-10 Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-10-10 Richard LevitteProviders: move all digests
2019-10-10 Richard LevitteRework how our providers are built
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-10-08 Shane LontisAdd rc2 ciphers to default provider
2019-10-07 Shane LontisMove cipher ctx 'original iv' parameter into the provider
2019-10-06 Richard LevitteEVP_{CIPHER,MD}_CTX_ctrl(): make sure to return 0 or 1
2019-10-06 Rich SalzDeprecate NCONF_WIN32() function
2019-10-04 Richard LevitteMove MD5-SHA1 digest completely to the default provider
2019-10-03 PauliRemove unused fields in method store structure.
2019-10-03 Richard LevitteMove all SHA digests completely to the default provider
2019-10-03 Richard LevitteReplumbing: make it possible for providers to specify...
2019-10-03 Dr. Matthias St... rsa: replace magic number '11' by RSA_PKCS1_PADDING_SIZE
2019-10-03 Matt CaswellDon't follow legacy path if ctx->pctx is set
2019-10-03 Matt CaswellFree a fetched digest during EVP_MD_CTX_reset() not...
2019-10-03 Matt CaswellDon't call EVP_MD_CTX_reset during EVP_DigestFinal
2019-10-03 Matt CaswellUpdate EVP_MD_CTX_get_params() et al to be EVP_DigestSi...
2019-10-03 Matt CaswellEnsure we look at EVP_MD_CTX_FLAG_KEEP_PKEY_CTX in...
2019-10-03 Matt CaswellAdd EVP_DigestSign/EVP_DigestVerify support for DSA
2019-10-03 Matt CaswellAdd the provider function signatures for DigestSign*
2019-10-03 Shane LontisAdd rc5 ciphers to default provider
2019-10-02 Michael OsipovFix long name of some Microsoft objects
2019-10-01 Richard LevitteMake EVP_CIPHER_is_a() work with legacy cipher implemen...
2019-10-01 Richard LevitteAdapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for...
2019-09-30 Kurt RoeckxAdd defines for __NR_getrandom for all Linux architectures
2019-09-30 Paul YangFix a bundle of mischecks of return values
2019-09-30 Dr. David von OheimbMake default values by ERR_get_error_all() and friends...
2019-09-27 PauliConsistent naming for context gettable param queries .
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize public header files (part 1)
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-27 Robbie Harwood[KDF] Add KBKDF implementation for counter-mode HMAC
2019-09-27 Richard LevitteOSSL_PARAM functions: change to allow the data field...
2019-09-27 Dr. David von Oheimb Certificate Management Protocol (CMP, RFC 4210...
2019-09-26 Richard LevitteWhen building of modules is disabled, build the legacy...
2019-09-25 Patrick Steuers390x assembly pack: accelerate X25519, X448, Ed25519...
2019-09-25 Patrick Steuers390x assembly pack: cleanse only sensitive fields
2019-09-25 Patrick Steuers390x assembly pack: fix OPENSSL_s390xcap z15 cpu mask
2019-09-25 Patrick Steuers390x assembly pack: fix msa3 stfle bit detection
2019-09-25 Matt CaswellMake EVP_MD_CTX_[gettable|settable]_params() take an...
2019-09-25 PauliRemove engine param macros from wrapper APIs
2019-09-25 Shane LontisAdd rc4 cipher to default provider
2019-09-24 jayaramfix for dsa key size feature request issue: pkey -text...
2019-09-24 Dmitry BelyavskiySupport printing out some otherName variants
2019-09-23 Richard LevitteRework cipher / digest fetching for legacy nids with...
2019-09-23 Shane LontisAdd des ciphers to default provider
2019-09-21 Dr. Matthias St... Configure: add missing dependency to fix parallel build...
2019-09-21 Kurt RoeckxUse the correct maximum indent
2019-09-20 Shane LontisAdd aes_wrap cipher to providers
2019-09-20 Shane LontisFix missing bn_mul_mont symbol in solaris fips module
2019-09-19 Rich SalzAvoid ?: construct in XXXerr calls
2019-09-19 Richard LevitteModify providers that keep track of underlying algorithms
2019-09-19 Richard LevitteIn provider implemented methods, save the name number...
2019-09-19 Shane LontisAdd aes_ocb cipher to providers
2019-09-19 Shane LontisAdd sm4 ciphers to default provider
2019-09-18 Shane LontisAdd SEED ciphers to default provider
2019-09-18 Shane LontisAdd cast5 ciphers to default provider
2019-09-18 Shane LontisAdd IDEA ciphers to default provider
2019-09-18 Richard Levittecrypto/bn/build.info: Correct use of SSE2 definition
2019-09-16 Bernd EdlingerFix building statically without any dso support
2019-09-16 Richard LevitteUnify all assembler file generators
2019-09-16 Richard Levittebuild.info: For all assembler generators, remove all...
2019-09-16 ManishPatidar1clearing the ecx private key memory
2019-09-15 Shane LontisAdd blowfish ciphers to default provider
2019-09-15 Shane LontisAdd fips module integrity check
2019-09-15 Shane LontisFix compile error detected by Solaris build
2019-09-14 Andreas Kretschmerfix CRMF symmetric key handling
2019-09-13 Shane LontisAdd aes_xts cipher to providers
2019-09-13 Shane LontisFix S390X bad size_t that causes memory trash in legacy...
2019-09-13 Rich SalzERR: Change get_error_values() to use an enum
2019-09-13 Bernd EdlingerFix potential memory leaks with BN_to_ASN1_INTEGER
next