summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove checks that are duplicated in extract_min_max()tb2022-01-041-8/+1
* Make X509v3_addr_get_range() readable.tb2022-01-041-7/+17
* Add a length check to make_addressPrefix()tb2022-01-041-12/+25
* Remove some dead codetb2022-01-041-7/+1
* Drop a pointless NULL checktb2022-01-041-3/+2
* First pass over x509_addr_validate_path()tb2022-01-041-37/+79
* Refactor IPAddressFamily accessorstb2022-01-041-37/+90
* Return 0 on failure from send/get kex functions in the legacy stack.jsing2022-01-042-43/+43
* Use normal result testing for tls1_check_curve().jsing2022-01-041-2/+2
* Refactor ssl3_get_server_kex_ecdhe() to separate parsing and validation.jsing2022-01-041-20/+18
* Pull key share group/length CBB code up from tls13_key_share_public()jsing2022-01-042-27/+22
* Only allow zero length key shares when we know we're doing HRR.jsing2022-01-041-3/+5
* fix strange indentation in code exampletb2022-01-021-3/+3
* contibutions -> contributionsjsg2022-01-011-3/+3
* identfier -> identifierjsg2022-01-012-6/+6
* excpetions -> exceptionsjsg2021-12-311-3/+3
* deafult -> defaultjsg2021-12-311-3/+3
* Plug memleakstb2021-12-291-3/+11
* 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