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