Age | Commit message (Expand) | Author |
2022-01-15 | spelling | Jonathan Gray |
2022-01-15 | Add back an accidentally dropped .Pp | Theo Buehler |
2022-01-15 | Update for HMAC_CTX_{init,cleanup} hand HMAC_cleanup removal | Theo Buehler |
2022-01-15 | Stop documenting clone digests. | Theo Buehler |
2022-01-15 | Minor cleanup and simplification in dsa_pub_encode() | Theo Buehler |
2022-01-14 | Avoid buffer overflow in asn1_parse2 | Kinichiro Inoguchi |
2022-01-14 | bump libcrypto, libssl, libtls majors after struct visibility changes | Theo Buehler |
2022-01-14 | Update Symbols.list | Theo Buehler |
2022-01-14 | Unconditionally comment out OPENSSL_NO_RFC3779 | Theo Buehler |
2022-01-14 | Remove header guard around RFC 3779 declarations | Theo Buehler |
2022-01-14 | Expose Certificate Transparency symbols in headers | Theo Buehler |
2022-01-14 | Hide OBJ_bsearch_ from public visibility, | Theo Buehler |
2022-01-14 | Move ASN1_BOOLEAN to internal only. | Theo Buehler |
2022-01-14 | Remove check_defer and obj_cleanup_defer from public visibility | Theo Buehler |
2022-01-14 | Remove name_cmp from public visibility | Theo Buehler |
2022-01-14 | Remove all asn1_* symbols from public visibility | Theo Buehler |
2022-01-14 | Implement new-style OpenSSL BIO callbacks | Theo Buehler |
2022-01-14 | Remove legacy sign/verify from EVP_MD. | Theo Buehler |
2022-01-14 | Make RSA, RSA_PSS_PARAMS and RSA_METHOD opaque | Theo Buehler |
2022-01-14 | Make structs in ocsp.h opaque | Theo Buehler |
2022-01-14 | Move ECDSA_SIG to ecs_locl.h | Theo Buehler |
2022-01-14 | Simplify DSAPublicKey_it | Theo Buehler |
2022-01-14 | Make DSA opaque | Theo Buehler |
2022-01-14 | Make structs in dh.h opaque | Theo Buehler |
2022-01-14 | Garbage collect the unused OPENSSL_ITEM | Theo Buehler |
2022-01-14 | Make structs in comp.h opaque | Theo Buehler |
2022-01-14 | Make structs in bio.h opaque | Theo Buehler |
2022-01-14 | Garbage collect the app_items field of ASN1_ADB | Theo Buehler |
2022-01-14 | Remove NO_ASN1_FIELD_NAMES | Theo Buehler |
2022-01-14 | Remove obsolete key formats | Theo Buehler |
2022-01-14 | Remove ASN1_OBJECT internals from public visibility. | Theo Buehler |
2022-01-14 | Remove HMAC_CTX_{init,cleanup}() and HMAC_init from public visibility | Theo Buehler |
2022-01-14 | Make structs in evp.h and hmac.h opaque | Theo Buehler |
2022-01-14 | Move BN structs to bn_lcl.h | Theo Buehler |
2022-01-14 | Remove BIO_s_file_internal | Theo Buehler |
2022-01-14 | Remove ASN1{_const,}_check_infinite_end | Theo Buehler |
2022-01-14 | Remove ASN1{,_const}_CTX | Theo Buehler |
2022-01-14 | Remove X509_OBJECT_free_contents | Theo Buehler |
2022-01-14 | Remove PEM_Seal{Init,Update,Final} | Theo Buehler |
2022-01-14 | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | Theo Buehler |
2022-01-12 | ASN1_{,F,T}BOOLEAN_it and the encoding and decoding API will move | Theo Buehler |
2022-01-12 | Fix typo in header guard | Theo Buehler |
2022-01-10 | Document EVP_AEAD_CTX_{new,free}() and adjust example code. | Theo Buehler |
2022-01-10 | Remove a few unused defines from x509.h | Theo Buehler |
2022-01-10 | Prepare to provide the EVP_MD_meth_* API | Theo Buehler |
2022-01-10 | Prepare to provide EVP_PKEY_{public,param}_check | Theo Buehler |
2022-01-10 | Provide DH_check*_ex and many error codes | Theo Buehler |
2022-01-10 | Prepare to provide EVP_PKEY_check() | Theo Buehler |
2022-01-10 | Prevent a double free in EVP_MD_CTX_copy_ex() | Theo Buehler |
2022-01-10 | zap trailing whitespace | Theo Buehler |