summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2 daysminor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION)HEADmastersthen2-2/+2
2 dayspkey_ec_derive: fix call to ECDH_compute_key()tb1-2/+2
2 daysSimplify field and private key encodingtb1-13/+3
2 daysMake srtp.h self-standing by including ssl.htb1-1/+3
3 daysProvide an accelerated SHA-512 assembly implementation for aarch64.jsing4-2/+353
3 daysTest SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.jsing1-1/+56
3 daysProvide SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.jsing4-6/+36
3 daysUse .arch rather than .cpu for sha2 instructions.jsing1-2/+2
4 daysStreamline X509_VERIFY_PARAM_add0_table()tb1-17/+12
4 daysx509_vpm: remove unnecessary NULL check before sk_pop_free()tb1-4/+2
5 daysec.h: remove last SunPro pragmastb1-13/+1
6 daysDisambiguate curve commentstb1-21/+21
6 daysX509_NAME_print_ex: zap stray commatb1-2/+2
6 daysGive libtls the same bump as libcrypto and libssltb1-2/+2
6 daysGive libssl the same bump as libcryptotb1-1/+1
6 daysBump libcrypto major after symbol removaltb1-1/+1
6 daysconst correct tls_session_secret_cb_fn()tb4-8/+8
6 daysBump LibreSSL versiontb1-3/+3
6 daysReinstate PKCS12_key_gen_uni()tb5-7/+10
6 daysRemove EC_POINTs_* APItb4-34/+3
6 daysRemove Jprojective_coordinates APItb4-29/+3
6 daysUnexport EC_GROUP_*precompute_mult()tb4-25/+3
6 daysUnexport EC_GROUP_copy()tb4-8/+4
6 daysUnexport EC_METHOD and all API using ittb6-56/+10
6 daysAlign CRYPTO_set_mem*_functions with OpenSSL 1.1tb4-20/+9
6 daysconst correct UI_OpenSSL()tb2-5/+5
6 daysFix documented signature of UI_OpenSSL()tb1-3/+3
6 daysFix documented signature of BN_MONT_CTX_copy()tb1-3/+3
6 daysconst correct BN_MONT_CTX_copy()tb2-4/+4
6 daysUnexport the weird X509_OBJECT_up_ref_count()tb4-8/+6
6 daysUnexport X509_NAME_print()tb4-8/+4
6 daysSupport OPENSSL_NO_FILENAMEStb18-91/+221
6 daysX509_NAME_print_ex.3: move s to the proper placetb1-2/+2
6 daysRemove mention of X509_NAME_print(3) in the docstb3-46/+13
7 daysec_asn1_test: Prepare for upcoming bumptb2-8/+11
7 daysAdjust signature of CRYPTO_set_mem_functions and remove _get_ docstb1-23/+5
7 daysRename CRYPTO_get_mem_functions.3 to CRYPTO_set_mem_functions.3tb2-4/+4
7 daysRemove EC_POINT_method_of() docstb1-19/+1
7 daysRemove X509_OBJECT_free_contets() docstb1-20/+3
7 daysRemove X509_OBJECT_up_ref_count() documentationtb1-23/+2
7 daysRemove EC_PIONT_{get,set}_Jprojective_coordinates_GFp docstb1-53/+1
7 daysRemove EC_POINTs_{make_affine,mul}() docstb1-67/+2
7 daysRemove EC_GROUP_{,have_}precompute_mult() docstb1-31/+4
7 daysRemove EC_GROUP_method_of() docstb1-20/+1
7 daysRemove EC_GFp_* and EC_METHOD_get_field_type docstb7-156/+12
7 daysInline _CONF_get_section_values() in its last caller and remove ittb3-19/+9
8 daysProvide an accelerated SHA-256 assembly implementation for aarch64.jsing4-2/+232
8 days_CONF_new_section: error check hash insertiontb1-1/+5
8 days_CONF_new_section(): avoid silly ok dancetb1-11/+8
8 days_CONF_new_section(): replace hand-rolled strdup() with the real thingtb1-5/+3