Fix no-cmac and no-camellia
[openssl.git] / crypto /
2019-11-14 Matt CaswellMove RSA Asym cipher code to the default provider
2019-11-14 Matt CaswellIncrease OSSL_PARAM_BLD_MAX for multi-prime RSA
2019-11-14 Matt CaswellImplement provider support for Asym Ciphers
2019-11-14 Matt CaswellAllow strings in params to be of zero length
2019-11-14 Matt CaswellAllow setting a NULL pointer in a params structure
2019-11-13 Joerg Schmidbauerchacha_enc.c: fix for EBCDIC platforms
2019-11-13 Nicola TuveriFix EC_POINT_bn2point() for BN_zero()
2019-11-12 Richard LevitteAdd a tester of OpenSSL config files and test the curre...
2019-11-12 Richard LevitteAdd a .pragma directive for configuration files
2019-11-12 Richard LevitteMake sure KDF reason codes are conserved in their curre...
2019-11-12 Richard LevitteDeprecate ERR_load_KDF_strings()
2019-11-12 Richard LevitteReinstate the KDF error macros
2019-11-11 Shane LontisAdd rc4_hmac_md5 cipher to default provider
2019-11-10 Richard LevitteFinal cleanup after move to leaner EVP_PKEY methods
2019-11-09 Patrick Steuerbss_dgram.c: fix unaligned access
2019-11-09 Kurt RoeckxRSA generation: Use more bits of 1/sqrt(2)
2019-11-09 Bernd EdlingerFix a -Warray-bounds gcc warning in OPENSSL_DIR_read
2019-11-09 raniervfconf_def.c: Avoid calling strlen() in a loop
2019-11-08 Richard LevitteCleanup include/openssl/opensslv.h.in
2019-11-08 Shane LontisAdd AES SIV ciphers to default provider
2019-11-07 Richard LevitteRefactor PEM_read_bio_{PrivateKey,Parameters,DHparams}
2019-11-07 Richard LevitteAdd EVP functionality to create domain params and keys...
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-11-06 Matt CaswellEnsure EVP_get_digestbyname() and EVP_get_cipherbyname...
2019-11-05 Richard LevitteEVP: Make the SIGNATURE implementation leaner
2019-11-05 Richard LevitteEVP: Make the KEYEXCH implementation leaner
2019-11-05 Patrick Steuers390x assembly pack: process x25519 and x448 non-canoni...
2019-11-05 Patrick Steuers390x assembly pack: fix x448 handling of non-canonical...
2019-11-05 Patrick Steuers390x assembly pack: perlasm module update
2019-11-04 Matt CaswellDon't assume the type we read was the type we expected
2019-11-04 Matt CaswellDon't leak memory in the event of a failure in i2v_GENE...
2019-11-03 Richard LevitteOSSL_STORE: add tracing
2019-11-03 Richard LevitteX509_LOOKUP_store: new X509_LOOKUP_METHOD that works...
2019-11-03 Richard LevitteOSSL_STORE: constify the criterion parameter a bit...
2019-11-03 Richard LevitteChange EVP_PKEY_CTX_new_provided() to take a library...
2019-11-03 Richard LevitteMake EVP_PKEY_CTX initialization more precise
2019-11-03 Patrick SteuerFix --strict-warnings build
2019-11-03 Patrick Steuers390x assembly pack: enable clang build
2019-11-03 Richard LevitteFix OSSL_PARAM_set_BN() to fill the given buffer correctly.
2019-11-02 Richard LevitteVMS: Added new method to gather entropy on VMS, based...
2019-11-02 Richard LevitteBIO_s_connect: add an error state and use it
2019-11-02 PauliDRBG: add check for XOF so these can be disallowed...
2019-11-02 PauliDRBG: weaken the restriction on allowed digests.
2019-11-01 Patrick Steuers390x: fix build errors
2019-11-01 jayaramfix for Missing null check after OPENSSL_zalloc
2019-11-01 Patrick Steuermd4/md5: macros should not include the line following...
2019-11-01 Scott WilsonFix potential memory leak in dh_ameth.c
2019-10-31 Richard Levitteevp_pkey_ctx_free_old_ops(): Make sure to assign NULL...
2019-10-31 Billy Brumley[crypto/bn] fix a few small timing leaks in BN_lshift1...
2019-10-31 Andrew GallatinAdd support for in-kernel TLS (KTLS) on FreeBSD.
2019-10-31 Richard Levittecrypto/evp/evp_fetch.c: Make it more prominent that...
2019-10-30 Kelvin LeeFix undefined array OPENSSL_ia32cap_P.
2019-10-29 Dr. David von Oheimbchunk 5 of CMP contribution to OpenSSL
2019-10-28 Tobias NießenAllow EVP_PKEY_get0_RSA for RSA-PSS keys
2019-10-25 Dmitry BelyavskiyStrip BOM on loading PEM files
2019-10-23 Rich SalzDocument "get/set-app-data" macros.
2019-10-23 Cesar Pereida GarciaUpdate control logic for BN_gcd
2019-10-23 Simo SorceAdd KRB5KDF from RFC 3961
2019-10-22 Nicola TuveriDeprecate EC_GROUP_clear_free()
2019-10-22 Nicola TuveriAvoid using EC_GROUP_clear_free() internally
2019-10-21 Richard Levittecrypto/s390xcap.c: Add guards around the GETAUXVAL...
2019-10-21 Richard Levittecrypto/evp/pmeth_lib.c: Fix copy'n'paste error
2019-10-18 Dr. Matthias St... Move random-related defines from e_os.h to rand_unix.c
2019-10-18 Dr. Matthias St... rand_unix.c: correct include guard comments
2019-10-17 Rich SalzReplace BUF_ string function calls with OPENSSL_ ones
2019-10-17 Richard LevitteMove BLAKE2 digests completely to the default provider
2019-10-17 Richard Levitteevp_keymgmt_export_to_provider(): adjust OSSL_PARAM...
2019-10-17 Richard LevitteNew RSA keymgmt implementation to handle import / expor...
2019-10-17 Richard LevitteAdded internal functions for easy getting and setting...
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
next