Age | Commit message (Expand) | Author |
2024-01-15 | Make sure to return a proper string in ai_canonname. | Florian Obser |
2024-01-14 | Tidy a few more includes in cms/ | Theo Buehler |
2024-01-13 | Prepare for removing most of the X509_TRUST API | Theo Buehler |
2024-01-13 | Remove check{,obj_cleanup}_defer documentation | Theo Buehler |
2024-01-13 | Remove mention of a refcount bug | Theo Buehler |
2024-01-13 | BIO_f_ssl.3: Remove explicit library initialization | Theo Buehler |
2024-01-13 | Remove calls to OpenSSL_add_all_{ciphers,digests}() | Theo Buehler |
2024-01-13 | Move errno.h inclusion where it belongs | Theo Buehler |
2024-01-13 | Clean up EVP_MD_CTX_init() usage in ASN1_item_sign() | joshua |
2024-01-13 | Prepare to remove the EVP_PKEY_meth_* API | Theo Buehler |
2024-01-13 | The OBJ_NAME API joins the party in evp_names.c | Theo Buehler |
2024-01-13 | Move EVP_add_{cipher,digest}() to the trashcan | Theo Buehler |
2024-01-13 | Open a garbage bin at the bottom of evp_names.c | Theo Buehler |
2024-01-13 | Remove obj_cleanup_defer | Theo Buehler |
2024-01-13 | Garbage collect check_defer() | Theo Buehler |
2024-01-13 | Neuter EVP_add_{cipher,digest}() | Theo Buehler |
2024-01-13 | Remove most of EVP_add_{cipher,digest}() internals | Theo Buehler |
2024-01-13 | Remove OBJ_NAME_cleanup() calls from EVP_cleanup() | Theo Buehler |
2024-01-13 | Remove the guts of the OBJ_NAME API | Theo Buehler |
2024-01-13 | Stub out {OpenSSL,OPENSSL}_add* | Theo Buehler |
2024-01-13 | Reimplement EVP_get_{cipher,digest}byname() | Theo Buehler |
2024-01-13 | Reimplement {EVP_CIPHER,EVP_MD,OBJ_NAME}_do_all{,_sorted}(3) | Theo Buehler |
2024-01-13 | Add a table of digest names, digests and aliases | Theo Buehler |
2024-01-13 | Add a table of cipher names, ciphers and aliases | Theo Buehler |
2024-01-12 | Remove X509_STORE_CTX_purpose_inherit(3) documentation | Theo Buehler |
2024-01-10 | X509_TRUST: tidy up includes | Theo Buehler |
2024-01-10 | X509_TRUST: group together all trust_*() functions | Theo Buehler |
2024-01-10 | X509_TRUST: hoist trust_compat() to the other end of the file | Theo Buehler |
2024-01-10 | X509_TRUST: start shuffling some code around | Theo Buehler |
2024-01-10 | Rework X509_STORE_CTX_set_{purpose,trust}() | Theo Buehler |
2024-01-10 | Inline rsa_is_pss() and rsa_pkey_is_pss() | Theo Buehler |
2024-01-10 | Drop an unnecessary cast | Theo Buehler |
2024-01-10 | Fix print_fp() | Theo Buehler |
2024-01-10 | pthread_cond_timedwait(3): accept negative absolute timeouts | Scott Soule Cheloha |
2024-01-09 | Fix copy-paste error that broke openssl-ruby and openssl regress | Theo Buehler |
2024-01-08 | Disable X509_STORE_CTX_purpose_inherit() | Theo Buehler |
2024-01-08 | Inline X509_{TRUST,PUPROSE}_set() in their only callers | Theo Buehler |
2024-01-08 | const correct aesni_{128,256}_cbc_hmac_sha1_cipher | Theo Buehler |
2024-01-08 | Fix logic error (&& -> ||) | Theo Buehler |
2024-01-07 | Garbage collect call to X509_TRUST_cleanup() | Theo Buehler |
2024-01-07 | libc, librthread: _twait: subtraction is not comparison | Scott Soule Cheloha |
2024-01-07 | Minor cleanup in X509_STORE_CTX_purpose_inherit() | Theo Buehler |
2024-01-07 | purpose/trust: Improve comments about COUNT/MAX confusion | Theo Buehler |
2024-01-07 | const-correct r4_hmac_md5_cipher | Theo Buehler |
2024-01-07 | Convert the remaining legacy ciphers to C99 initializers | Theo Buehler |
2024-01-07 | Improve EVP_CIPHER_{get,set}_asn1_iv() | Theo Buehler |
2024-01-07 | Remove X509_TRUST extensibility | Theo Buehler |
2024-01-06 | Zap some more CRL method things | Theo Buehler |
2024-01-06 | Remove X509_PURPOSE_cleanup() call in OPENSSL_cleanup() | Theo Buehler |
2024-01-06 | Remove X509_CRL_METHOD internals | Theo Buehler |