| Commit message (Expand) | Author | Files | Lines |
2024-05-12 | Be more specific about X509V3_ADD_APPEND and X509V3_ADD_DELETE | tb | 1 | -3/+6 |
2024-05-12 | Tweak wording | tb | 1 | -1/+4 |
2024-05-12 | Remove a 'built-in' that was left in by accident | tb | 1 | -2/+2 |
2024-05-12 | Install X509V3_EXT_get_nid.3 | tb | 1 | -1/+2 |
2024-05-12 | Add minimal manpage documenting the misnamed X509V3_EXT_get_nid() | tb | 2 | -2/+92 |
2024-05-12 | Avoid .Xr to no longer public X509_LOOKUP_by_subject(3) | tb | 1 | -7/+4 |
2024-05-11 | Move X509V3_add_standard_extensions out of the way | tb | 1 | -8/+8 |
2024-05-11 | Make two NULL checks more explicit | tb | 1 | -3/+3 |
2024-05-11 | Unwrap a line | tb | 1 | -3/+2 |
2024-05-11 | Sync DSA_METHOD documentation with reality | tb | 1 | -36/+15 |
2024-05-11 | Remove unused DSA methods | tb | 4 | -53/+21 |
2024-05-11 | Remove unused PEM_USER and PEM_CTX | tb | 1 | -50/+1 |
2024-05-10 | Add missing EC_KEY_free() | tb | 1 | -1/+3 |
2024-05-10 | Remove fixed nonce length information from algorithm2 | tb | 2 | -59/+15 |
2024-05-10 | Inline dsa_builtin_keygen() in DSA_generate_key() | tb | 1 | -12/+6 |
2024-05-09 | Make the openssl_dsa_meth static const | tb | 1 | -2/+2 |
2024-05-09 | Move openssl_dsa_meth below the methods it uses | tb | 1 | -25/+17 |
2024-05-09 | Make the DH_METHOD static const | tb | 1 | -2/+2 |
2024-05-09 | Move public API and DH_METHOD to the bottom of the file | tb | 1 | -38/+31 |
2024-05-09 | sync the SSL text; ok tb | jmc | 1 | -3/+3 |
2024-05-09 | Tiny style tweaks in X509_REQ_add_extension_nid() | tb | 1 | -6/+5 |
2024-05-09 | Streamline X509_REQ_check_private_key() a bit | tb | 1 | -16/+17 |
2024-05-09 | Zap some extra parentheses in X509_REQ_get_pubkey() | tb | 1 | -4/+4 |
2024-05-09 | Clean up X509_to_X509_REQ() | tb | 1 | -21/+18 |
2024-05-09 | Further simplify X509_REQ_get_extensions() | tb | 1 | -6/+4 |
2024-05-09 | ssl_ciph.c: unwrap a line | tb | 1 | -3/+2 |
2024-05-09 | Remove leftover logic of SSL2 support | tb | 1 | -5/+3 |
2024-05-09 | Plug a "leak" in ssl_security_group() | tb | 1 | -6/+13 |
2024-05-08 | fix line wrapping in function definition | tb | 1 | -2/+3 |
2024-05-08 | Add more regress coverage for lhash. | jsing | 1 | -3/+263 |
2024-05-08 | Avoid OpenSSL SSL repetitions | tb | 1 | -7/+8 |
2024-05-08 | Simplify X509_REQ_get_extensions() | tb | 1 | -22/+13 |
2024-05-08 | Simplify X509_REQ_extension_nid() | tb | 1 | -11/+3 |
2024-05-08 | Defang X509_REQ_{s,g}et_extension_nids() | tb | 1 | -15/+20 |
2024-05-08 | symbols test: drop headers that don't define any symbols | tb | 1 | -4/+1 |
2024-05-07 | openssl: toolkit implementing the TLS v1 protocol is weird | tb | 1 | -3/+3 |
2024-05-07 | PEM_read_bio_PrivateKey: fix grammar | tb | 1 | -3/+3 |
2024-05-07 | Reorder functions and drop static function prototypes. | jsing | 1 | -123/+119 |
2024-05-06 | Fix function wrapping. | jsing | 1 | -2/+3 |
2024-05-06 | Enable lhash regress. | jsing | 1 | -1/+2 |
2024-05-06 | Guard call to contract() from doall_util_fn(). | jsing | 1 | -2/+4 |
2024-05-06 | Provide initial regress for lhash. | jsing | 2 | -0/+71 |
2024-05-03 | Remove disgusting NULL checks in tm_to_{gentime,utctime}() | tb | 1 | -7/+1 |
2024-05-03 | Intercept a NULL s early in ASN1_TIME_set_string_internal() | tb | 1 | -1/+6 |
2024-05-03 | Simplify type handling in ASN1_TIME_set_string_internal() | tb | 1 | -5/+4 |
2024-05-03 | Simplify tm handling in ASN1_time_parse() | tb | 1 | -3/+2 |
2024-05-03 | Align CRL and CSR version printing with certs | tb | 2 | -14/+18 |
2024-05-02 | Remove a useless OBJ_obj2nid() call from X509_CRL_print() | tb | 1 | -2/+1 |
2024-04-27 | Tweak start of DESCRIPTION of EC_GROUP_new() | tb | 1 | -4/+9 |
2024-04-26 | Document EC_curve_{nid2nist,nist2nid}() | tb | 1 | -4/+57 |