| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a blinding value when generating a DSA signature, in order to reduce | jsing | 2018-06-14 | 1 | -9/+39 |
* | Clarify the digest truncation comment in DSA signature generation. | jsing | 2018-06-14 | 1 | -3/+4 |
* | Pull up the code that converts the digest to a BIGNUM - this only needs | jsing | 2018-06-14 | 1 | -10/+10 |
* | Fix a potential leak/incorrect return value in DSA signature generation. | jsing | 2018-06-14 | 1 | -4/+6 |
* | Call DSA_SIG_new() instead of hand rolling the same. | jsing | 2018-06-14 | 1 | -5/+2 |
* | DSA_SIG_new() amounts to a single calloc() call. | jsing | 2018-06-14 | 1 | -10/+3 |
* | style(9), comments and whitespace. | jsing | 2018-06-13 | 1 | -30/+32 |
* | Avoid a timing side-channel leak when generating DSA and ECDSA signatures. | jsing | 2018-06-13 | 2 | -7/+4 |
* | 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 |
* | fix odd whitespace | tb | 2018-06-10 | 1 | -3/+3 |
* | Remove a handrolled GOST_le2bn(). | jsing | 2018-06-10 | 1 | -8/+4 |
* | Now that all of the server-side client key exchange processing functions | jsing | 2018-06-10 | 1 | -53/+40 |
* | Allocate a dedicated buffer for use when deriving a shared key during | jsing | 2018-06-03 | 1 | -10/+18 |
* | Check the return value from DH_size() in ssl3_send_client_kex_dhe(). | jsing | 2018-06-03 | 1 | -4/+6 |
* | Convert ssl3_get_client_kex_ecdhe_ecp() to CBS. | jsing | 2018-06-02 | 1 | -44/+42 |
* | Update regress for DES cipher suite removal. | jsing | 2018-06-02 | 2 | -49/+41 |
* | Remove the three remaining single DES cipher suites. | jsing | 2018-06-02 | 1 | -49/+1 |
* | Zero the client random so that it is easier to spot unintended differences. | jsing | 2018-06-02 | 1 | -0/+1 |
* | Add a const qualifier to the argument of UI_method_get_closer(), | tb | 2018-06-02 | 2 | -14/+14 |
* | Add const to the argument of the following callback getters: | tb | 2018-06-02 | 2 | -18/+18 |
* | Add const to both arguments of X509_certificate_type() and clean up | tb | 2018-05-30 | 2 | -17/+10 |
* | Add a const qualifier to the argument of EVP_PKEY_size(). | tb | 2018-05-30 | 2 | -4/+4 |
* | Add a const qualifier to the `name' argument of | tb | 2018-05-30 | 2 | -6/+8 |
* | Add a const qualifier to the `uni' argument of OPENSSL_uni2asc(). | tb | 2018-05-30 | 2 | -4/+4 |
* | Add a const qualifier to the return value of BIO_s_file(). | tb | 2018-05-30 | 2 | -5/+5 |
* | minor markup improvement: .Fa *cctx -> .Pf * Fa cctx | schwarze | 2018-05-26 | 1 | -3/+3 |
* | Quote .Fa arguments containing blanks. | schwarze | 2018-05-26 | 1 | -4/+4 |
* | As calloc does the zeroing for us in EVP_PKEY_asn1_new() already, no need | tb | 2018-05-24 | 1 | -42/+10 |
* | In ui.h rev. 1.10 2018/05/19 11:03:33, tb@ added a const qualifier | schwarze | 2018-05-19 | 1 | -3/+3 |
* | In x509.h rev. 1.67 2018/05/19 10:58:08, tb@ added a const qualifier | schwarze | 2018-05-19 | 1 | -2/+2 |
* | In asn1.h rev. 1.49 2018/05/19 10:46:28, tb@ added a const qualifier | schwarze | 2018-05-19 | 1 | -3/+3 |
* | In ec.h rev. 1.13 2018/05/19 10:37:02, tb@ added a const qualifier | schwarze | 2018-05-19 | 1 | -3/+3 |
* | In x509.h rev. 1.64 2018/05/18 19:24:08, tb@ added const qualifiers | schwarze | 2018-05-19 | 1 | -4/+4 |
* | In x509.h rev. 1.61 2018/05/18 18:37:23 and rev. 1.65 2018/05/18 19:28:27, | schwarze | 2018-05-19 | 1 | -14/+14 |
* | In x509.h rev. 1.59 2018/05/18 18:19:31 and rev. 1.60 2018/05/18 18:23:24, | schwarze | 2018-05-19 | 1 | -6/+6 |
* | In x509.h rev. 1.56 2018/05/18 18:05:57 to rev. 1.58 2018/05/18 18:16:39, | schwarze | 2018-05-19 | 1 | -6/+6 |
* | In x509.h rev. 1.54 2018/05/18 17:59:16, tb@ added a const qualifier | schwarze | 2018-05-19 | 1 | -5/+5 |
* | In x509.h rev. 1.52 2018/05/18 17:53:09 and rev. 1.53 2018/05/18 17:56:12, tb@ | schwarze | 2018-05-19 | 1 | -6/+6 |
* | In x509.h rev. 1.51 2018/05/18 16:55:58, tb@ added const qualifiers | schwarze | 2018-05-19 | 1 | -4/+4 |
* | Clean out a pile of cruft from ssl3_get_client_kex_ecdhe_ecp(). | jsing | 2018-05-19 | 1 | -93/+38 |
* | Convert ssl3_get_client_kex_gost() to CBS. | jsing | 2018-05-19 | 1 | -21/+23 |
* | UI_METHOD *UI_create_method(const char *name). | tb | 2018-05-19 | 2 | -4/+4 |
* | Add const to the obj argument of X509_NAME_add_entry_by_OBJ() | tb | 2018-05-19 | 2 | -5/+5 |
* | Add const to the 'obj' argument of X509_EXTENSION_create_by_OBJ(). | tb | 2018-05-19 | 2 | -5/+5 |
* | Add a const qualifier to the aint argument of X509V3_add_value_int() | tb | 2018-05-19 | 2 | -4/+4 |
* | The 'in' argument of ASN1_STRING_to_UTF8() is now adorned with const. | tb | 2018-05-19 | 2 | -4/+4 |
* | Add a const qualifier to the STACK_OF(X509_EXTENSION) * arguments of | tb | 2018-05-19 | 3 | -8/+10 |
* | Add a const qualifier to the 'key' argument of i2o_ECPublicKey() and | tb | 2018-05-19 | 7 | -22/+26 |
* | Fix eyesore indentation of member functions of X509_LOOKUP_METHOD. | tb | 2018-05-18 | 1 | -12/+11 |