| Commit message (Expand) | Author | Files | Lines |
2 days | const correct d2i_* prototypes | tb | 4 | -13/+13 |
3 days | minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION) | sthen | 2 | -2/+2 |
3 days | pkey_ec_derive: fix call to ECDH_compute_key() | tb | 1 | -2/+2 |
4 days | Simplify field and private key encoding | tb | 1 | -13/+3 |
4 days | Make srtp.h self-standing by including ssl.h | tb | 1 | -1/+3 |
4 days | Provide an accelerated SHA-512 assembly implementation for aarch64. | jsing | 4 | -2/+353 |
4 days | Test SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION. | jsing | 1 | -1/+56 |
4 days | Provide SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION. | jsing | 4 | -6/+36 |
4 days | Use .arch rather than .cpu for sha2 instructions. | jsing | 1 | -2/+2 |
5 days | Streamline X509_VERIFY_PARAM_add0_table() | tb | 1 | -17/+12 |
5 days | x509_vpm: remove unnecessary NULL check before sk_pop_free() | tb | 1 | -4/+2 |
7 days | ec.h: remove last SunPro pragmas | tb | 1 | -13/+1 |
7 days | Disambiguate curve comments | tb | 1 | -21/+21 |
7 days | X509_NAME_print_ex: zap stray comma | tb | 1 | -2/+2 |
7 days | Give libtls the same bump as libcrypto and libssl | tb | 1 | -2/+2 |
7 days | Give libssl the same bump as libcrypto | tb | 1 | -1/+1 |
7 days | Bump libcrypto major after symbol removal | tb | 1 | -1/+1 |
7 days | const correct tls_session_secret_cb_fn() | tb | 4 | -8/+8 |
7 days | Bump LibreSSL version | tb | 1 | -3/+3 |
7 days | Reinstate PKCS12_key_gen_uni() | tb | 5 | -7/+10 |
7 days | Remove EC_POINTs_* API | tb | 4 | -34/+3 |
7 days | Remove Jprojective_coordinates API | tb | 4 | -29/+3 |
7 days | Unexport EC_GROUP_*precompute_mult() | tb | 4 | -25/+3 |
7 days | Unexport EC_GROUP_copy() | tb | 4 | -8/+4 |
7 days | Unexport EC_METHOD and all API using it | tb | 6 | -56/+10 |
7 days | Align CRYPTO_set_mem*_functions with OpenSSL 1.1 | tb | 4 | -20/+9 |
7 days | const correct UI_OpenSSL() | tb | 2 | -5/+5 |
7 days | Fix documented signature of UI_OpenSSL() | tb | 1 | -3/+3 |
7 days | Fix documented signature of BN_MONT_CTX_copy() | tb | 1 | -3/+3 |
7 days | const correct BN_MONT_CTX_copy() | tb | 2 | -4/+4 |
7 days | Unexport the weird X509_OBJECT_up_ref_count() | tb | 4 | -8/+6 |
7 days | Unexport X509_NAME_print() | tb | 4 | -8/+4 |
7 days | Support OPENSSL_NO_FILENAMES | tb | 18 | -91/+221 |
7 days | X509_NAME_print_ex.3: move s to the proper place | tb | 1 | -2/+2 |
7 days | Remove mention of X509_NAME_print(3) in the docs | tb | 3 | -46/+13 |
8 days | ec_asn1_test: Prepare for upcoming bump | tb | 2 | -8/+11 |
8 days | Adjust signature of CRYPTO_set_mem_functions and remove _get_ docs | tb | 1 | -23/+5 |
8 days | Rename CRYPTO_get_mem_functions.3 to CRYPTO_set_mem_functions.3 | tb | 2 | -4/+4 |
8 days | Remove EC_POINT_method_of() docs | tb | 1 | -19/+1 |
8 days | Remove X509_OBJECT_free_contets() docs | tb | 1 | -20/+3 |
8 days | Remove X509_OBJECT_up_ref_count() documentation | tb | 1 | -23/+2 |
8 days | Remove EC_PIONT_{get,set}_Jprojective_coordinates_GFp docs | tb | 1 | -53/+1 |
8 days | Remove EC_POINTs_{make_affine,mul}() docs | tb | 1 | -67/+2 |
8 days | Remove EC_GROUP_{,have_}precompute_mult() docs | tb | 1 | -31/+4 |
8 days | Remove EC_GROUP_method_of() docs | tb | 1 | -20/+1 |
8 days | Remove EC_GFp_* and EC_METHOD_get_field_type docs | tb | 7 | -156/+12 |
9 days | Inline _CONF_get_section_values() in its last caller and remove it | tb | 3 | -19/+9 |
9 days | Provide an accelerated SHA-256 assembly implementation for aarch64. | jsing | 4 | -2/+232 |
9 days | _CONF_new_section: error check hash insertion | tb | 1 | -1/+5 |
9 days | _CONF_new_section(): avoid silly ok dance | tb | 1 | -11/+8 |