summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell2019-04-121-0/+14
* Add prediction resistance capability to the DRBG reseeding process.Pauli2019-04-121-12/+0
* ec key validation checks updatedShane Lontis2019-04-111-12/+77
* doc fixupsShane Lontis2019-04-112-4/+4
* Separate the lookup testNicola Tuveri2019-04-112-2/+3
* added code to validate EC named curve parametersShane Lontis2019-04-115-26/+175
* Reseeding without derivation function is not supported in FIPS mode.Pauli2019-04-113-1/+13
* Fixed linux_x86_icc compiler errors in EC code related to __uint128_t/__int128_tShane Lontis2019-04-112-3/+6
* Avoid creating invalid rsa pss paramsBernd Edlinger2019-04-101-1/+3
* EVP_*Update: ensure that input NULL with length 0 isn't passedRichard Levitte2019-04-101-9/+10
* Make X509_set_sm2_id consistent with other settersPaul Yang2019-04-093-5/+15
* Params API: {utf8,octet}_ptr need to know the data sizeRichard Levitte2019-04-091-4/+4
* Fix crash in X509_STORE_CTX_get_by_subjectMatt Caswell2019-04-091-0/+3
* Add a legacy provider and put MD2 in itMatt Caswell2019-04-092-0/+2
* Use the right NID when putting a method in the storeMatt Caswell2019-04-094-13/+31
* Params: add OSSL_PARAM_construct_end()Richard Levitte2019-04-091-0/+7
* EC keygen updates + changed ecdsa_sign to use BN_secure_newShane Lontis2019-04-092-16/+47
* Coverity: hkdf ENV_MD_size() is an int that can be negativeShane Lontis2019-04-091-7/+27
* fix --strict-warnings buildPatrick Steuer2019-04-071-306/+306
* Coverity: fix two minor NPD issues.FdaSilvaYY2019-04-062-4/+11
* Fix big endian param API tests.Pauli2019-04-061-0/+4
* Fix the allocation size in EVP_OpenInit and PEM_SignFinalBernd Edlinger2019-04-062-2/+2
* EVP configuration section: add 'default_properties' commandRichard Levitte2019-04-051-4/+18
* EVP_set_default_properties(): New function to set global propertiesRichard Levitte2019-04-053-2/+14
* Convert the ENGINE_CONF trace calls to use CONF insteadRichard Levitte2019-04-052-5/+4
* Add a bit of tracing in the core conf module runnerRichard Levitte2019-04-051-0/+4
* Rename the PROVIDER_CONF trace to CONFRichard Levitte2019-04-052-8/+13
* OPENSSL_init_crypto(): check config return code correctlyRichard Levitte2019-04-051-1/+1
* Fix number clash: EVP_F_AESNI_XTS_INIT_KEY vs EVP_F_EVP_MD_BLOCK_SIZERichard Levitte2019-04-051-3/+3
* Move the AES-XTS mode duplicated key check into the init_key function ratherPauli2019-04-053-55/+81
* Create a FIPS provider and put SHA256 in itMatt Caswell2019-04-044-6/+21
* trace: add PROVIDER_CONF trace categoryDr. Matthias St. Pierre2019-04-041-0/+1
* Correct EVP_F_EVP_MD_BLOCK_SIZE numberRichard Levitte2019-04-041-1/+1
* Use AI_ADDRCONFIG hint with getaddrinfo if available.Tomas Mraz2019-04-031-0/+6
* Support EVP_MD_block_size() with providersMatt Caswell2019-04-035-0/+16
* Ensure EVP_MD_CTX_md returns the EVP_MD originally usedMatt Caswell2019-04-033-2/+7
* Replumbing: add a configuration module for providersRichard Levitte2019-04-035-1/+192
* Replumbing: add functionality to set provider parametersRichard Levitte2019-04-033-21/+87
* AES-XTS block limit.Pauli2019-04-034-1/+23
* Revert "crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WI...Richard Levitte2019-04-021-1/+0
* rand_win.c: loosen version requirements for BCryptGenRandomDr. Matthias St. Pierre2019-04-021-2/+2
* crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNTRichard Levitte2019-04-021-0/+1
* bio: Linux TLS Rx OffloadBoris Pismenny2019-04-011-6/+13
* Rework DSO API conditions and configuration optionRichard Levitte2019-04-013-9/+8
* fixed public range check in ec_GF2m_simple_oct2pointShane Lontis2019-03-301-4/+5
* Implement the param types that aren't explicitly lengthened (e.g. int) in termsPauli2019-03-301-175/+30
* trace: rename the default trace category from 'ANY' to 'ALL'Dr. Matthias St. Pierre2019-03-301-2/+2
* trace: apps/openssl: print the correct category nameDr. Matthias St. Pierre2019-03-301-1/+1
* trace: fix out-of-bound memory accessDr. Matthias St. Pierre2019-03-291-1/+5
* trace: don't pretend success if it's not enabledDr. Matthias St. Pierre2019-03-291-20/+12