Age | Commit message (Expand) | Author |
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 |
2022-01-10 | Check that the RSA exponent is neither even nor 1 in RSA_check_key() | Theo Buehler |
2022-01-09 | Use C99 initializers for test_sha_md | Theo Buehler |
2022-01-09 | Add an essentially empty comp_local.h and include it where it will | Theo Buehler |
2022-01-09 | Prepare to provide EVP_MD_CTX{,_set}_pkey_ctx() | Theo Buehler |
2022-01-08 | Prepare to provide OBJ_length() and OBJ_get0_data() | Theo Buehler |
2022-01-08 | tiny whitespace tweak | Theo Buehler |
2022-01-08 | x509_cpols.c will need to include x509_lcl.h soon | Theo Buehler |
2022-01-07 | Prepare to provide EVP_AEAD_CTX_{new,free}() | Theo Buehler |
2022-01-07 | A few more files need asn1_locl.h. | Theo Buehler |
2022-01-07 | include asn1_locl.h where it will be needed for the bump. | Theo Buehler |
2022-01-07 | Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.h | Theo Buehler |
2022-01-07 | Add an essentially empty ocsp_local.h and include it in the files | Theo Buehler |
2022-01-07 | gost needs to look into ecs_locl.h | Theo Buehler |
2022-01-07 | Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h by | Theo Buehler |
2022-01-07 | Add an essentially empty dh_local.h and include it in the files where | Theo Buehler |
2022-01-07 | zap trailing whitespace | Theo Buehler |
2022-01-07 | Add a new, mostly empty, bio_local.h and include it in the files | Theo Buehler |
2022-01-06 | Convert SCT verification to CBB. | Joel Sing |
2022-01-06 | Sync from libssl. | Joel Sing |
2022-01-06 | minor tweaks, no code change | Theo Buehler |
2022-01-05 | Prepare to provide DSA_bits() | Theo Buehler |
2022-01-05 | Prepare to provide BIO_set_retry_reason() | Theo Buehler |
2022-01-05 | Prepare to provide a number of RSA accessors | Theo Buehler |
2022-01-05 | Prepare to provide ECDSA_SIG_get0_{r,s}() | Theo Buehler |
2022-01-05 | Prepare to provide DH_get_length() | Theo Buehler |
2022-01-05 | Prepare to provide DSA_get0_{p,q,g,{priv,pub}_key}() | Theo Buehler |
2022-01-05 | Prepare to provide DH_get0_{p,q,g,{priv,pub}_key}() | Theo Buehler |
2022-01-05 | Prepare to provide BIO_set_next(). | Theo Buehler |
2022-01-05 | Prepare to provide X509_{set,get}_verify() and X509_STORE_get_verify_cb() | Theo Buehler |
2022-01-05 | Unindent a few lines of code and avoid shadowed variables. | Theo Buehler |
2022-01-05 | Rename {c,p}_{min,max} into {child,parent}_{min,max} | Theo Buehler |
2022-01-05 | Two minor KNF tweaks | Theo Buehler |