summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION)HEADmastersthen2 days2-2/+2
* pkey_ec_derive: fix call to ECDH_compute_key()tb2 days1-2/+2
* Simplify field and private key encodingtb2 days1-13/+3
* Make srtp.h self-standing by including ssl.htb2 days1-1/+3
* Provide an accelerated SHA-512 assembly implementation for aarch64.jsing3 days4-2/+353
* Test SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.jsing3 days1-1/+56
* Provide SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.jsing3 days4-6/+36
* Use .arch rather than .cpu for sha2 instructions.jsing3 days1-2/+2
* Streamline X509_VERIFY_PARAM_add0_table()tb4 days1-17/+12
* x509_vpm: remove unnecessary NULL check before sk_pop_free()tb4 days1-4/+2
* ec.h: remove last SunPro pragmastb5 days1-13/+1
* Disambiguate curve commentstb6 days1-21/+21
* X509_NAME_print_ex: zap stray commatb6 days1-2/+2
* Give libtls the same bump as libcrypto and libssltb6 days1-2/+2
* Give libssl the same bump as libcryptotb6 days1-1/+1
* Bump libcrypto major after symbol removaltb6 days1-1/+1
* const correct tls_session_secret_cb_fn()tb6 days4-8/+8
* Bump LibreSSL versiontb6 days1-3/+3
* Reinstate PKCS12_key_gen_uni()tb6 days5-7/+10
* Remove EC_POINTs_* APItb6 days4-34/+3
* Remove Jprojective_coordinates APItb6 days4-29/+3
* Unexport EC_GROUP_*precompute_mult()tb6 days4-25/+3
* Unexport EC_GROUP_copy()tb6 days4-8/+4
* Unexport EC_METHOD and all API using ittb6 days6-56/+10
* Align CRYPTO_set_mem*_functions with OpenSSL 1.1tb6 days4-20/+9
* const correct UI_OpenSSL()tb6 days2-5/+5
* Fix documented signature of UI_OpenSSL()tb6 days1-3/+3
* Fix documented signature of BN_MONT_CTX_copy()tb6 days1-3/+3
* const correct BN_MONT_CTX_copy()tb6 days2-4/+4
* Unexport the weird X509_OBJECT_up_ref_count()tb6 days4-8/+6
* Unexport X509_NAME_print()tb6 days4-8/+4
* Support OPENSSL_NO_FILENAMEStb6 days18-91/+221
* X509_NAME_print_ex.3: move s to the proper placetb6 days1-2/+2
* Remove mention of X509_NAME_print(3) in the docstb6 days3-46/+13
* ec_asn1_test: Prepare for upcoming bumptb7 days2-8/+11
* Adjust signature of CRYPTO_set_mem_functions and remove _get_ docstb7 days1-23/+5
* Rename CRYPTO_get_mem_functions.3 to CRYPTO_set_mem_functions.3tb7 days2-4/+4
* Remove EC_POINT_method_of() docstb7 days1-19/+1
* Remove X509_OBJECT_free_contets() docstb7 days1-20/+3
* Remove X509_OBJECT_up_ref_count() documentationtb7 days1-23/+2
* Remove EC_PIONT_{get,set}_Jprojective_coordinates_GFp docstb7 days1-53/+1
* Remove EC_POINTs_{make_affine,mul}() docstb7 days1-67/+2
* Remove EC_GROUP_{,have_}precompute_mult() docstb7 days1-31/+4
* Remove EC_GROUP_method_of() docstb7 days1-20/+1
* Remove EC_GFp_* and EC_METHOD_get_field_type docstb7 days7-156/+12
* Inline _CONF_get_section_values() in its last caller and remove ittb7 days3-19/+9
* Provide an accelerated SHA-256 assembly implementation for aarch64.jsing8 days4-2/+232
* _CONF_new_section: error check hash insertiontb8 days1-1/+5
* _CONF_new_section(): avoid silly ok dancetb8 days1-11/+8
* _CONF_new_section(): replace hand-rolled strdup() with the real thingtb8 days1-5/+3