| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | X509at_get_attr: zap trailing comma. | tb | 2024-08-24 | 1 | -2/+2 |
* | LibreSSL no longer supports adding X.501 attributes to an EVP_PKEY | tb | 2024-08-24 | 7 | -206/+11 |
* | Switch UI_UTIL_read_pw* to LCRYPTO_UNUSED() | tb | 2024-08-24 | 1 | -3/+3 |
* | Neuter the completely broken UI_UTIL_read_pw* API | tb | 2024-08-24 | 1 | -27/+5 |
* | Remove documentation of UI_UTIL_read_pw* | tb | 2024-08-24 | 4 | -122/+7 |
* | PKCS12_create(3): remove Xr to EVP_PKEY_add1_attr(3) | tb | 2024-08-22 | 1 | -3/+2 |
* | Garbage collect unused attributes member from EVP_PKEY | tb | 2024-08-22 | 2 | -4/+2 |
* | Remove copy_bag_attr() | tb | 2024-08-22 | 1 | -33/+1 |
* | Neuter EVP_PKEY_add1_attr_by_NID() | tb | 2024-08-22 | 1 | -36/+5 |
* | conf_def.c: shuffle things into a slightly more sensible | tb | 2024-08-18 | 1 | -80/+69 |
* | Remove documentation for X509_REQ_[gs]et_extension_nids | tb | 2024-08-18 | 1 | -30/+2 |
* | Use struct __sFILE instead of FILE in thread locking callback | guenther | 2024-08-18 | 1 | -5/+6 |
* | Zap a trailing comma to appease mandoc -Tlint | tb | 2024-08-17 | 1 | -2/+2 |
* | Remove docs of various X509_TRUST "functionality" that no longer exists | tb | 2024-08-17 | 4 | -334/+5 |
* | Give libtls the same bump as libssl | tb | 2024-08-12 | 1 | -1/+1 |
* | Bump minor after symbol addition | tb | 2024-08-12 | 1 | -1/+1 |
* | Add SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest() to | tb | 2024-08-12 | 1 | -0/+2 |
* | Expose SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest() | tb | 2024-08-12 | 1 | -5/+1 |
* | Make exit(), fclose(), fflush(), and freopen() comply with POSIX-2008 | guenther | 2024-08-12 | 1 | -6/+5 |
* | Add include path for crypto_arch.h. | jsing | 2024-08-11 | 1 | -1/+2 |
* | Provide and use crypto_arch.h. | jsing | 2024-08-11 | 23 | -35/+347 |
* | Remove the empty ui_compat.h | tb | 2024-08-10 | 2 | -67/+1 |
* | ct.h: move two asterisks to the proper place | tb | 2024-08-08 | 1 | -3/+3 |
* | ui_util.c needs stdio.h and ui.h, but not ui_compat.h and ui_local.h | tb | 2024-08-08 | 1 | -4/+3 |
* | wcslcpy() and wcslcat() are in POSIX-2024. Update #include visibility | guenther | 2024-08-07 | 1 | -4/+11 |
* | x509_vfy.c: drop some unnecessary parentheses | tb | 2024-08-04 | 1 | -6/+5 |
* | A dozen interfaces in <endian.h> were standardized in POSIX-2024 as expected | guenther | 2024-08-03 | 1 | -6/+4 |
* | The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024. | guenther | 2024-08-03 | 2 | -7/+16 |
* | mkostemp(3) and reallocarray(3) are in POSIX-2024: | guenther | 2024-08-03 | 1 | -2/+6 |
* | The EC_KEY method should use the EC_KEY index, not RSA | tb | 2024-08-03 | 1 | -2/+2 |
* | Bump CRYPTO_EX_DATA_MAX_INDEX to 32 | tb | 2024-08-03 | 1 | -2/+2 |
* | Use proper size for allocating indexes | tb | 2024-08-03 | 1 | -2/+2 |
* | Document SSL_CTX_set_cert_store | tb | 2024-08-03 | 1 | -2/+18 |
* | Prepare to provide SSL_CTX_set1_cert_store() | tb | 2024-08-03 | 3 | -3/+17 |
* | libtls: fix legacy protocol parsing | tb | 2024-08-02 | 2 | -6/+6 |
* | free class->indexes in CRYPTO_cleanup_all_ex_data() | tb | 2024-08-02 | 1 | -1/+2 |
* | Rewrite CRYPTO_EX_DATA. | jsing | 2024-08-02 | 3 | -639/+419 |
* | typo: regresss -> regress | tb | 2024-07-29 | 1 | -2/+2 |
* | Mark X509at_get_attr{,_count}() and X509at_delete_attr() as unused | tb | 2024-07-26 | 1 | -4/+4 |
* | Disable X509at_get_attr{,_count}() and X509at_delete_attr() | tb | 2024-07-26 | 1 | -12/+7 |
* | Inline last user of X509at_get_attr() | tb | 2024-07-26 | 1 | -2/+2 |
* | Inline trivial X509at_* calls in x509_req | tb | 2024-07-26 | 1 | -4/+4 |
* | Inline a few trivial X509at_* calls in cms | tb | 2024-07-26 | 1 | -7/+7 |
* | Put opening brace on correct line | tb | 2024-07-26 | 1 | -4/+3 |
* | BUF_MEM_new.3: add a touch of KNF | tb | 2024-07-24 | 1 | -4/+3 |
* | Remove get_cipher from SSL_METHOD. | jsing | 2024-07-23 | 5 | -73/+32 |
* | Use cipher suite values instead of IDs. | jsing | 2024-07-22 | 12 | -392/+179 |
* | Add back a . | tb | 2024-07-21 | 1 | -2/+2 |
* | Unify description of the obsolete ENGINE parameter | tb | 2024-07-21 | 14 | -142/+130 |
* | Drop ENGINE from EVP_PKEY_derive example | tb | 2024-07-21 | 1 | -5/+4 |