summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-11-19EVP_CIPHER_CTX_set_keylen should not succeed if a bad keylen is passedMatt Caswell
2019-11-18Properties: make query cache reference count aware.Pauli
2019-11-18PEM: constify PEM_write_ routinesRichard Levitte
2019-11-17s390x assembly pack: fix bn_mul_comba4Patrick Steuer
2019-11-17Add missing EVP_PKEY_METHOD accessors for digestsign and digestverifyAnthony Hu
2019-11-14Fix an uninitialised read in conf_def.cMatt Caswell
2019-11-14Fix no-blake2Matt Caswell
2019-11-14CORE & PROV: make export of key data leaner through callbackRichard Levitte
2019-11-14Move RSA Asym cipher code to the default providerMatt Caswell
2019-11-14Increase OSSL_PARAM_BLD_MAX for multi-prime RSAMatt Caswell
2019-11-14Implement provider support for Asym CiphersMatt Caswell
2019-11-14Allow strings in params to be of zero lengthMatt Caswell
2019-11-14Allow setting a NULL pointer in a params structureMatt Caswell
2019-11-13chacha_enc.c: fix for EBCDIC platformsJoerg Schmidbauer
2019-11-13Fix EC_POINT_bn2point() for BN_zero()Nicola Tuveri
2019-11-12Add a tester of OpenSSL config files and test the current .pragmaRichard Levitte
2019-11-12Add a .pragma directive for configuration filesRichard Levitte
2019-11-12Make sure KDF reason codes are conserved in their current stateRichard Levitte
2019-11-12Deprecate ERR_load_KDF_strings()Richard Levitte
2019-11-12Reinstate the KDF error macrosRichard Levitte
2019-11-11Add rc4_hmac_md5 cipher to default providerShane Lontis
2019-11-10Final cleanup after move to leaner EVP_PKEY methodsRichard Levitte
2019-11-10bss_dgram.c: fix unaligned accessPatrick Steuer
2019-11-09RSA generation: Use more bits of 1/sqrt(2)Kurt Roeckx
2019-11-09Fix a -Warray-bounds gcc warning in OPENSSL_DIR_readBernd Edlinger
2019-11-09conf_def.c: Avoid calling strlen() in a loopraniervf
2019-11-08Cleanup include/openssl/opensslv.h.inRichard Levitte
2019-11-08Add AES SIV ciphers to default providerShane Lontis
2019-11-07Refactor PEM_read_bio_{PrivateKey,Parameters,DHparams}Richard Levitte
2019-11-07Add EVP functionality to create domain params and keys by user dataRichard Levitte
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-11-06Ensure EVP_get_digestbyname() and EVP_get_cipherbyname() know all aliasesMatt Caswell
2019-11-05EVP: Make the SIGNATURE implementation leanerRichard Levitte
2019-11-05EVP: Make the KEYEXCH implementation leanerRichard Levitte
2019-11-05s390x assembly pack: process x25519 and x448 non-canonical valuesPatrick Steuer
2019-11-05s390x assembly pack: fix x448 handling of non-canonical valuesPatrick Steuer
2019-11-05s390x assembly pack: perlasm module updatePatrick Steuer
2019-11-04Don't assume the type we read was the type we expectedMatt Caswell
2019-11-04Don't leak memory in the event of a failure in i2v_GENERAL_NAMESMatt Caswell
2019-11-03OSSL_STORE: add tracingRichard Levitte
2019-11-03X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte
2019-11-03OSSL_STORE: constify the criterion parameter a bit moreRichard Levitte
2019-11-03Change EVP_PKEY_CTX_new_provided() to take a library context too.Richard Levitte
2019-11-03Make EVP_PKEY_CTX initialization more preciseRichard Levitte
2019-11-03Fix --strict-warnings buildPatrick Steuer
2019-11-03s390x assembly pack: enable clang buildPatrick Steuer
2019-11-03Fix OSSL_PARAM_set_BN() to fill the given buffer correctly.Richard Levitte
2019-11-02VMS: Added new method to gather entropy on VMS, based on SYS$GET_ENTROPY.Richard Levitte
2019-11-02BIO_s_connect: add an error state and use itRichard Levitte