summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* X509_VERIFY_PARAM_lookup(): avoid passing stack garbage aroundtb2025-03-191-1/+2
* Rename pm to param, fix the type of idx and unindenttb2025-03-191-8/+6
* Introduce and use N_DEFAULT_VERIFY_PARAMStb2025-03-191-6/+9
* X509_VERIFY_PARAM_get0(): use consistent idiom for default_table accesstb2025-03-191-2/+3
* X509_VERIFY_PARAM_lookup(): remove unnecessary braces and add empty linetb2025-03-191-3/+3
* X509_VERIFY_PARAM_get_count(): make NULL check explicittb2025-03-191-2/+2
* X509_VERIFY_PARAM_get0: avoid out of bounds access when id < 0tb2025-03-191-1/+5
* Adjust x509_name_regress to the X509_NAME_print() fix in a_strex.c r1.38tb2025-03-191-15/+2
* Fix traditional SSLeay X509_NAME printingtb2025-03-191-29/+1
* save_index: fix some code quality issuestb2025-03-181-13/+16
* PKCS7_dataVerify(): zap offensive whitespacetb2025-03-181-2/+2
* PKCS7_signatureVerify(): add missing free after EVP_VerifyUpdate()tb2025-03-181-2/+4
* apps.c: don't leak out in error pathtb2025-03-171-1/+2
* Update cert.pem, ok sthentb2025-03-161-215/+179
* Rename a bunch of confusingly named variablestb2025-03-151-6/+6
* Add regress coverage for X509_NAME_oneline and X509_NAME_printtb2025-03-152-1/+314
* const correct d2i_* prototypestb2025-03-144-13/+13
* minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION)sthen2025-03-132-2/+2
* pkey_ec_derive: fix call to ECDH_compute_key()tb2025-03-131-2/+2
* Simplify field and private key encodingtb2025-03-131-13/+3
* Make srtp.h self-standing by including ssl.htb2025-03-131-1/+3
* Provide an accelerated SHA-512 assembly implementation for aarch64.jsing2025-03-124-2/+353
* Test SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.jsing2025-03-121-1/+56
* Provide SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.jsing2025-03-124-6/+36
* Use .arch rather than .cpu for sha2 instructions.jsing2025-03-121-2/+2
* Streamline X509_VERIFY_PARAM_add0_table()tb2025-03-121-17/+12
* x509_vpm: remove unnecessary NULL check before sk_pop_free()tb2025-03-121-4/+2
* ec.h: remove last SunPro pragmastb2025-03-101-13/+1
* Disambiguate curve commentstb2025-03-091-21/+21
* X509_NAME_print_ex: zap stray commatb2025-03-091-2/+2
* Give libtls the same bump as libcrypto and libssltb2025-03-091-2/+2
* Give libssl the same bump as libcryptotb2025-03-091-1/+1
* Bump libcrypto major after symbol removaltb2025-03-091-1/+1
* const correct tls_session_secret_cb_fn()tb2025-03-094-8/+8
* Bump LibreSSL versiontb2025-03-091-3/+3
* Reinstate PKCS12_key_gen_uni()tb2025-03-095-7/+10
* Remove EC_POINTs_* APItb2025-03-094-34/+3
* Remove Jprojective_coordinates APItb2025-03-094-29/+3
* Unexport EC_GROUP_*precompute_mult()tb2025-03-094-25/+3
* Unexport EC_GROUP_copy()tb2025-03-094-8/+4
* Unexport EC_METHOD and all API using ittb2025-03-096-56/+10
* Align CRYPTO_set_mem*_functions with OpenSSL 1.1tb2025-03-094-20/+9
* const correct UI_OpenSSL()tb2025-03-092-5/+5
* Fix documented signature of UI_OpenSSL()tb2025-03-091-3/+3
* Fix documented signature of BN_MONT_CTX_copy()tb2025-03-091-3/+3
* const correct BN_MONT_CTX_copy()tb2025-03-092-4/+4
* Unexport the weird X509_OBJECT_up_ref_count()tb2025-03-094-8/+6
* Unexport X509_NAME_print()tb2025-03-094-8/+4
* Support OPENSSL_NO_FILENAMEStb2025-03-0918-91/+221
* X509_NAME_print_ex.3: move s to the proper placetb2025-03-091-2/+2