| Commit message (Expand) | Author | Files | Lines |
8 days | x509_policy: certificats -> certificates | tb | 1 | -2/+2 |
8 days | typos: us -> is, te -> the (twice) | tb | 1 | -3/+3 |
8 days | typo: primtive -> primitive | tb | 2 | -4/+4 |
11 days | Fix RETURN VALUES for EVP_CIPHER_CTX_ctrl(3) | tb | 1 | -9/+4 |
12 days | Explicitly pass group generator to mul_double_nonct() from EC_POINT_mul(). | jsing | 4 | -35/+33 |
12 days | Check group generator in EC_POINT_mul(). | jsing | 1 | -1/+6 |
2025-03-20 | Plug a memory leak in x509_name_encode() | tb | 1 | -2/+4 |
2025-03-19 | x509_param_set_hosts_internal: rename vpm to param for consistency | tb | 1 | -11/+11 |
2025-03-19 | X509_VERIFY_PARAM_lookup(): avoid passing stack garbage around | tb | 1 | -1/+2 |
2025-03-19 | Rename pm to param, fix the type of idx and unindent | tb | 1 | -8/+6 |
2025-03-19 | Introduce and use N_DEFAULT_VERIFY_PARAMS | tb | 1 | -6/+9 |
2025-03-19 | X509_VERIFY_PARAM_get0(): use consistent idiom for default_table access | tb | 1 | -2/+3 |
2025-03-19 | X509_VERIFY_PARAM_lookup(): remove unnecessary braces and add empty line | tb | 1 | -3/+3 |
2025-03-19 | X509_VERIFY_PARAM_get_count(): make NULL check explicit | tb | 1 | -2/+2 |
2025-03-19 | X509_VERIFY_PARAM_get0: avoid out of bounds access when id < 0 | tb | 1 | -1/+5 |
2025-03-19 | Adjust x509_name_regress to the X509_NAME_print() fix in a_strex.c r1.38 | tb | 1 | -15/+2 |
2025-03-19 | Fix traditional SSLeay X509_NAME printing | tb | 1 | -29/+1 |
2025-03-18 | save_index: fix some code quality issues | tb | 1 | -13/+16 |
2025-03-18 | PKCS7_dataVerify(): zap offensive whitespace | tb | 1 | -2/+2 |
2025-03-18 | PKCS7_signatureVerify(): add missing free after EVP_VerifyUpdate() | tb | 1 | -2/+4 |
2025-03-17 | apps.c: don't leak out in error path | tb | 1 | -1/+2 |
2025-03-16 | Update cert.pem, ok sthen | tb | 1 | -215/+179 |
2025-03-15 | Rename a bunch of confusingly named variables | tb | 1 | -6/+6 |
2025-03-15 | Add regress coverage for X509_NAME_oneline and X509_NAME_print | tb | 2 | -1/+314 |
2025-03-14 | const correct d2i_* prototypes | tb | 4 | -13/+13 |
2025-03-13 | minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION) | sthen | 2 | -2/+2 |
2025-03-13 | pkey_ec_derive: fix call to ECDH_compute_key() | tb | 1 | -2/+2 |
2025-03-13 | Simplify field and private key encoding | tb | 1 | -13/+3 |
2025-03-13 | Make srtp.h self-standing by including ssl.h | tb | 1 | -1/+3 |
2025-03-12 | Provide an accelerated SHA-512 assembly implementation for aarch64. | jsing | 4 | -2/+353 |
2025-03-12 | Test SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION. | jsing | 1 | -1/+56 |
2025-03-12 | Provide SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION. | jsing | 4 | -6/+36 |
2025-03-12 | Use .arch rather than .cpu for sha2 instructions. | jsing | 1 | -2/+2 |
2025-03-12 | Streamline X509_VERIFY_PARAM_add0_table() | tb | 1 | -17/+12 |
2025-03-12 | x509_vpm: remove unnecessary NULL check before sk_pop_free() | tb | 1 | -4/+2 |
2025-03-10 | ec.h: remove last SunPro pragmas | tb | 1 | -13/+1 |
2025-03-09 | Disambiguate curve comments | tb | 1 | -21/+21 |
2025-03-09 | X509_NAME_print_ex: zap stray comma | tb | 1 | -2/+2 |
2025-03-09 | Give libtls the same bump as libcrypto and libssl | tb | 1 | -2/+2 |
2025-03-09 | Give libssl the same bump as libcrypto | tb | 1 | -1/+1 |
2025-03-09 | Bump libcrypto major after symbol removal | tb | 1 | -1/+1 |
2025-03-09 | const correct tls_session_secret_cb_fn() | tb | 4 | -8/+8 |
2025-03-09 | Bump LibreSSL version | tb | 1 | -3/+3 |
2025-03-09 | Reinstate PKCS12_key_gen_uni() | tb | 5 | -7/+10 |
2025-03-09 | Remove EC_POINTs_* API | tb | 4 | -34/+3 |
2025-03-09 | Remove Jprojective_coordinates API | tb | 4 | -29/+3 |
2025-03-09 | Unexport EC_GROUP_*precompute_mult() | tb | 4 | -25/+3 |
2025-03-09 | Unexport EC_GROUP_copy() | tb | 4 | -8/+4 |
2025-03-09 | Unexport EC_METHOD and all API using it | tb | 6 | -56/+10 |
2025-03-09 | Align CRYPTO_set_mem*_functions with OpenSSL 1.1 | tb | 4 | -20/+9 |