summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Plug memleaktb2021-12-291-2/+7
* More EVP_* return value checkstb2021-12-291-22/+60
* Remove redundant NULL checkstb2021-12-291-3/+1
* Minor cleanup after EC_POINT_get_affine_coordinates() unified thetb2021-12-291-23/+6
* More return value checks for EVP_* APItb2021-12-291-16/+28
* Check return values of EVP_* APItb2021-12-291-6/+24
* knfmt makes this slightly nicer.tb2021-12-291-52/+49
* One more leak of the same kindtb2021-12-291-2/+2
* Plug memleaktb2021-12-291-3/+3
* Set failed in test_random_points()tb2021-12-291-2/+2
* Fix typo in commenttb2021-12-281-2/+2
* Use lowercase letters for hexadecimal constants, as both jsing and Itb2021-12-281-15/+15
* Rewrite X509v3_addr_canonize() with new accessorstb2021-12-281-7/+9
* Validate AFIs before sorting in X509v3_adr_canonize()tb2021-12-281-1/+7
* Rewrite/simplify X509v3_addr_is_canonical()tb2021-12-281-40/+36
* Check AFI/SAFI before comparing them in X509v3_addr_is_canonical()tb2021-12-281-1/+8
* Make IPAddressFamily_cmp() more pleasing on the eyetb2021-12-281-4/+11
* Style improvements in X509v3_addr_add_range()tb2021-12-281-8/+15
* Style improvements in X509v3_addr_add_prefix()tb2021-12-281-7/+16
* Another small readability tweak in X509v3_addr_inherits()tb2021-12-281-2/+3
* Use an accessor in X509v3_addr_inherits()tb2021-12-281-2/+2
* Add a comment to i2r_IPAddrBlocks that we may want/have to deal withtb2021-12-281-1/+2
* Add a few accessors for IPAddressFamily and make first use of themtb2021-12-281-25/+94
* Simplify and explain expand_addr() a bittb2021-12-281-12/+23
* Add a comment so I don't forget to think about input validationtb2021-12-281-1/+3
* Convert make_IPAddressFamily to CBS/CBBtb2021-12-281-13/+26
* Remove two pointless NULL checks and allocationstb2021-12-281-7/+1
* Check for trailing garbage in X509_addr_get_afi()tb2021-12-281-1/+5
* Convert X509v3_adr_get_afi() to CBStb2021-12-281-6/+21
* Pull BN_{new,init,clear,clear_free,free} up to the top of bn_lib.cjsing2021-12-271-58/+58
* Provide a set of RSA and ECDSA test certificates/keys.jsing2021-12-2730-0/+919
* Provide a script to generate test certificates/keys.jsing2021-12-271-0/+263
* zap doubled semicolontb2021-12-261-2/+2
* Check BIO_indent() return like all the others in this file.tb2021-12-261-2/+3
* Check error returns for HMAC_* to appease coverity.tb2021-12-261-4/+13
* One more leak similar to previous.tb2021-12-261-2/+2
* Plug leakstb2021-12-261-2/+2
* Plug memleaktb2021-12-261-2/+4
* Drop pointless cast in i2d_ASN1_BOOLEAN(). This may or may not fixtb2021-12-261-2/+2
* Consistently call BN_init() before BN_with_flags()tb2021-12-263-15/+33
* Hoist memset of CBB above EVP_MD_CTX_new() and HMAC_CTX_new() to avoidtb2021-12-261-3/+3
* Correct SSL_get_peer_cert_chain() when used with the TLSv1.3 stack.jsing2021-12-261-3/+6
* Attempt to opportunistically use the host name for SNI in s_client.jsing2021-12-261-10/+34
* add missing include path; ok tb@anton2021-12-261-1/+2
* Fix some weird line wrapping and a minor KNF nittb2021-12-251-10/+6
* No need for assert.h in here.tb2021-12-251-2/+1
* drop a meaningless XXXtb2021-12-251-2/+1
* Use C99 initializers for v3_addr, v3_asid and v3_ct_scts[]tb2021-12-253-45/+79
* Indent goto labels for diffability.jsing2021-12-2529-101/+101
* Merge asn_pack.c into asn1_item.c - these are two ASN1_item_* functions.jsing2021-12-253-112/+50