summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Sync bs_cbb.c with libssl.tb2022-07-071-1/+4
* Update Symbols.listtb2022-07-071-0/+21
* bump minor after symbol additiontb2022-07-071-1/+1
* Expose new API in headers.tb2022-07-077-31/+7
* Add missing X509_V_ERR_ strings using the ones from OpenSSL.tb2022-07-051-1/+17
* The OpenSSL API is called ASN1_TIME_set_string_X509() (uppercase x)tb2022-07-042-4/+4
* Bump to LibreSSL 3.6.0tb2022-07-041-3/+3
* Sync with changes in dsa_meth.ctb2022-07-042-11/+12
* Prepare to provide DSA_meth_{get0,set1}_name()tb2022-07-043-8/+35
* Prepare to provide X509_VERIFY_PARAM_get_time()tb2022-07-042-2/+9
* Update instructions for using curl's mk-ca-bundle script.sthen2022-07-031-4/+4
* Use ASN1_INTEGER to parse/build (Z)LONG_itjsing2022-07-021-69/+67
* Remove references to openssl/obj_mac.hjsing2022-07-023-12/+11
* Replace obj_mac.h with object.htb2022-06-306-15/+17
* whitespace nittb2022-06-301-2/+2
* Refactor asn1 time parsing to use CBS - enforce valid times in ASN.1 parsing.beck2022-06-293-68/+155
* Negate unsigned then cast to signed.jsing2022-06-281-2/+2
* Take away bogus error assignment before callback call.beck2022-06-281-2/+1
* Fix the legacy verifier callback behaviour for untrusted certs.beck2022-06-281-17/+44
* Correct misleading comment for URI parsingbeck2022-06-271-4/+10
* Add function to free all of the issuer cache.beck2022-06-271-13/+39
* Allow security_level to mestastasize into the verifiertb2022-06-274-4/+156
* Prepare to provide X509_VERIFY_PARAM_set_auth_level()tb2022-06-273-2/+12
* Add new time manipulation funcitons that OpenSSL has exposed thatbeck2022-06-273-24/+86
* Prepare to provide EVP_PKEY_security_bits()tb2022-06-278-8/+75
* Prepare to provide DH_security_bits()tb2022-06-272-2/+18
* Prepare to provide RSA_security_bits()tb2022-06-272-2/+12
* Prepare to provide DSA_security_bits()tb2022-06-272-2/+14
* Prepare to provide BN_security_bits()tb2022-06-272-2/+37
* Provide and use long_{get,set}()jsing2022-06-261-11/+35
* Fix URI name constraints, allow for URI's with no host part.beck2022-06-261-3/+12
* whitespacetb2022-06-261-2/+2
* Move leaf certificate checks to the last thing after chain validation.beck2022-06-251-19/+32
* Use ints for boolean values.jsing2022-06-251-31/+31
* Reuse ASN1_INTEGER functions for ASN1_ENUMERATED_{get,set}()jsing2022-06-252-56/+59
* Rewrite ASN1_INTEGER_{get,set}() using CBS/CBBjsing2022-06-254-65/+197
* Simplify ASN1_INTEGER_cmp()jsing2022-06-251-16/+9
* Error out on negative shifts in BN_{r,l}shift()tb2022-06-221-1/+13
* Tweak a commenttb2022-06-201-2/+2
* Flip roles of lowercase and uppercase A and B.tb2022-06-201-44/+44
* Clean up BN_kronecker()tb2022-06-201-73/+88
* Fix some bizarre indentation and line breaks.tb2022-06-201-8/+7
* Fix prime recognition when doing trial divisionstb2022-06-181-2/+2
* Remove an unnecessary XXX comment. The suggested check is part oftb2022-05-251-5/+1
* Clean up ASN1_item_sign_ctx() a littletb2022-05-241-25/+38
* Simplify ec_asn1_group2curve()tb2022-05-241-18/+21
* Straightforward conversion of ecdh_cms_encrypt() totb2022-05-241-3/+3
* Rewrite X509_PUBKEY_set0_param() to use asn1_abs_set_unused_bits()tb2022-05-241-10/+8
* Use asn1_abs_set_unused_bits() in asn1_str2type()tb2022-05-241-5/+6
* Remove some unhelpful comments and spell NULL correctly.jsing2022-05-211-10/+4