summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte2019-11-034-18/+278
* OSSL_STORE: constify the criterion parameter a bit moreRichard Levitte2019-11-032-3/+4
* Change EVP_PKEY_CTX_new_provided() to take a library context too.Richard Levitte2019-11-031-5/+19
* Make EVP_PKEY_CTX initialization more preciseRichard Levitte2019-11-031-1/+17
* Fix --strict-warnings buildPatrick Steuer2019-11-031-2/+2
* s390x assembly pack: enable clang buildPatrick Steuer2019-11-034-33/+33
* Fix OSSL_PARAM_set_BN() to fill the given buffer correctly.Richard Levitte2019-11-031-2/+5
* VMS: Added new method to gather entropy on VMS, based on SYS$GET_ENTROPY.Richard Levitte2019-11-021-10/+89
* BIO_s_connect: add an error state and use itRichard Levitte2019-11-021-1/+8
* DRBG: add check for XOF so these can be disallowed by the DRBGsPauli2019-11-022-0/+5
* DRBG: weaken the restriction on allowed digests.Pauli2019-11-022-52/+6
* s390x: fix build errorsPatrick Steuer2019-11-011-0/+3
* fix for Missing null check after OPENSSL_zallocjayaram2019-11-011-1/+5
* md4/md5: macros should not include the line following themPatrick Steuer2019-11-012-2/+2
* Fix potential memory leak in dh_ameth.cScott Wilson2019-11-011-0/+1
* evp_pkey_ctx_free_old_ops(): Make sure to assign NULL to freed pointersRichard Levitte2019-10-311-0/+4
* [crypto/bn] fix a few small timing leaks in BN_lshift1 and BN_rshift1Billy Brumley2019-10-311-13/+10
* Add support for in-kernel TLS (KTLS) on FreeBSD.Andrew Gallatin2019-10-311-0/+8
* crypto/evp/evp_fetch.c: Make it more prominent that these functions are EVPRichard Levitte2019-10-311-81/+81
* Fix undefined array OPENSSL_ia32cap_P.Kelvin Lee2019-10-301-0/+1
* chunk 5 of CMP contribution to OpenSSLDr. David von Oheimb2019-10-298-8/+726
* Allow EVP_PKEY_get0_RSA for RSA-PSS keysTobias Nießen2019-10-281-1/+1
* Strip BOM on loading PEM filesDmitry Belyavskiy2019-10-251-3/+16
* Document "get/set-app-data" macros.Rich Salz2019-10-231-1/+1
* Update control logic for BN_gcdCesar Pereida Garcia2019-10-231-2/+7
* Add KRB5KDF from RFC 3961Simo Sorce2019-10-231-0/+3
* Deprecate EC_GROUP_clear_free()Nicola Tuveri2019-10-221-0/+2
* Avoid using EC_GROUP_clear_free() internallyNicola Tuveri2019-10-221-2/+2
* crypto/s390xcap.c: Add guards around the GETAUXVAL checksRichard Levitte2019-10-211-2/+4
* crypto/evp/pmeth_lib.c: Fix copy'n'paste errorRichard Levitte2019-10-211-1/+1
* Move random-related defines from e_os.h to rand_unix.cDr. Matthias St. Pierre2019-10-191-0/+50
* rand_unix.c: correct include guard commentsDr. Matthias St. Pierre2019-10-191-2/+4
* Replace BUF_ string function calls with OPENSSL_ onesRich Salz2019-10-173-5/+5
* Move BLAKE2 digests completely to the default providerRichard Levitte2019-10-175-75/+27
* evp_keymgmt_export_to_provider(): adjust OSSL_PARAM array for transferRichard Levitte2019-10-171-3/+26
* New RSA keymgmt implementation to handle import / export of RSA keysRichard Levitte2019-10-176-2/+137
* Added internal functions for easy getting and setting all RSA parameters.Richard Levitte2019-10-171-0/+116
* Constant-time GCD function.Cesar Pereida Garcia2019-10-171-106/+107
* Unify BN_rshift designCesar Pereida Garcia2019-10-171-43/+5
* DSA: Add export of domain parameters to providerRichard Levitte2019-10-171-10/+9
* DH: Add export of domain parameters to providerRichard Levitte2019-10-171-12/+11
* PKEY: adapt the export_to_provider funtions to handle domain params tooRichard Levitte2019-10-174-26/+56
* Rename internal function name_cmp() to v3_name_cmp()Richard Levitte2019-10-176-20/+20
* evp_generic_do_all(): fix passing of method dataRichard Levitte2019-10-171-2/+4
* EVP: add functions that return the name numberRichard Levitte2019-10-176-0/+35
* EVP: add name traversal functions to all fetchable typesRichard Levitte2019-10-1711-18/+65
* EVP: add missing common functionalityRichard Levitte2019-10-1710-17/+80
* For provided ciphers, EVP_CIPHER_CTX_ctrl() with EVP_CTRL_INIT always returns 1Richard Levitte2019-10-171-1/+9
* EVP_{CIPHER,MD}_CTX_ctrl(): make extra sure to return 0 or 1Richard Levitte2019-10-172-6/+6
* [KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood2019-10-172-1/+3