| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Expose new API in headers. | tb | 2022-07-07 | 1 | -3/+1 |
* | Prepare to provide EVP_PKEY_security_bits() | tb | 2022-06-27 | 1 | -1/+8 |
* | Prepare to provide DH_security_bits() | tb | 2022-06-27 | 2 | -2/+18 |
* | Add check for BIO_indent return value | inoguchi | 2022-01-20 | 1 | -3/+5 |
* | Make structs in dh.h opaque | tb | 2022-01-14 | 2 | -51/+44 |
* | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | tb | 2022-01-14 | 1 | -5/+1 |
* | Prepare to provide EVP_PKEY_{public,param}_check | tb | 2022-01-10 | 1 | -1/+31 |
* | Provide DH_check*_ex and many error codes | tb | 2022-01-10 | 4 | -4/+102 |
* | zap trailing whitespace | tb | 2022-01-10 | 1 | -5/+5 |
* | Add an essentially empty dh_local.h and include it in the files where | tb | 2022-01-07 | 8 | -7/+83 |
* | zap trailing whitespace | tb | 2022-01-07 | 1 | -9/+9 |
* | Prepare to provide DH_get_length() | tb | 2022-01-05 | 2 | -2/+11 |
* | Prepare to provide DH_get0_{p,q,g,{priv,pub}_key}() | tb | 2022-01-05 | 2 | -2/+39 |
* | Include evp_locl.h where it will be needed once most structs from | tb | 2021-12-12 | 1 | -1/+2 |
* | Simplify DH_check_params a bit. | tb | 2021-12-05 | 1 | -12/+4 |
* | Add #include "bn_lcl.h" to the files that will soon need it. | tb | 2021-12-04 | 2 | -2/+5 |
* | Clean up DH_check_pub_key() and ensure that y^q (mod p) == 1. | tb | 2021-11-29 | 1 | -18/+53 |
* | Increase number of iterations in Miller-Rabin checks for DH. | tb | 2021-11-29 | 1 | -4/+9 |
* | Synchronize DH_check() mostly with OpenSSL 1.1.1 with some | tb | 2021-11-29 | 1 | -32/+47 |
* | Provide a version of DH_check_params() for internal use. | tb | 2021-11-29 | 1 | -1/+43 |
* | Provide a number of flags for DH_check and DH_check_pubkey | tb | 2021-11-29 | 1 | -1/+5 |
* | In DH_set0_pqg() also set dh->length if q is set to match what OpenSSL do. | tb | 2021-11-23 | 1 | -1/+2 |
* | Avoid leak in error path of dh_priv_decode | inoguchi | 2020-01-04 | 1 | -1/+2 |
* | Fix BN_is_prime_* calls in libcrypto, the API returns -1 on error. | tb | 2019-01-20 | 1 | -5/+12 |
* | Missing initialization for pub_key. CID 184303. | tb | 2018-11-12 | 1 | -2/+2 |
* | Initialize priv_key and pub_key on first use instead of at the top. | tb | 2018-11-09 | 1 | -6/+4 |
* | unrevert the use of bn_rand_interval(). | tb | 2018-11-06 | 1 | -6/+9 |
* | revert use of bn_rand_interval due to failures with ECDHE and TLS | tb | 2018-11-06 | 1 | -9/+6 |
* | Make use of bn_rand_interval() where appropriate. | tb | 2018-11-05 | 1 | -6/+9 |
* | Eliminate a few "} else" branches, a few unneeded NULL checks before | tb | 2018-11-05 | 1 | -16/+12 |
* | Remove two unnecessary BN_FLG_CONSTTIME dances: BN_mod_exp_ct() already | tb | 2018-11-05 | 1 | -12/+4 |
* | Add consts to EVP_PKEY_asn1_set_private() | tb | 2018-08-24 | 1 | -2/+2 |
* | After removing support for broken PKCS#8 formats (it was high time), | tb | 2018-08-24 | 1 | -2/+2 |
* | zap stray tab | sthen | 2018-06-12 | 1 | -2/+2 |
* | Reject excessively large primes in DH key generation. Problem reported | sthen | 2018-06-12 | 1 | -1/+6 |
* | Remove incorrect NULL checks in DH_set0_key(). | tb | 2018-05-02 | 1 | -5/+1 |
* | Convert a handful of X509_*() functions to take const as in OpenSSL. | tb | 2018-05-01 | 1 | -5/+5 |
* | make ENGINE_finish() succeed on NULL and simplify callers as in | tb | 2018-04-14 | 1 | -10/+6 |
* | Provide DH_get0_engine(). | jsing | 2018-02-22 | 2 | -2/+9 |
* | Fix bogus check. Spotted by brynet, thanks. | tb | 2018-02-20 | 1 | -2/+4 |
* | Provide DH_set_length() | tb | 2018-02-20 | 2 | -2/+12 |
* | Provide DH_bits() | tb | 2018-02-20 | 2 | -2/+9 |
* | Provide DH_{clear,set,test}_flags(). | tb | 2018-02-20 | 2 | -2/+23 |
* | Provide {DH,DSA}_set0_key(). Requested by sthen. | tb | 2018-02-18 | 2 | -2/+22 |
* | Provide DH_set0_pqg. | tb | 2018-02-18 | 2 | -2/+25 |
* | Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(), | tb | 2018-02-17 | 2 | -2/+26 |
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 7 | -55/+38 |
* | Make explicit _ct and _nonct versions of bn_mod_exp funcitons that | beck | 2017-01-21 | 1 | -2/+4 |
* | Expand ASN1_ITEM_rptr macro - no change in generated assembly. | jsing | 2016-12-30 | 1 | -2/+2 |
* | Kill a bunch of OLD_ASN1 usage by replacing ASN1_{d2i,i2d}_* with | jsing | 2016-11-04 | 2 | -8/+30 |