summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-01-04Readability tweaks in the print helper i2r_IPAddressOrRanges.Theo Buehler
2022-01-04Consistently name variables with a _len suffix instead of mixingTheo Buehler
2022-01-04Only check the parent to be canonical once we know it is non-NULL.Theo Buehler
2022-01-04Refactor extract_min_max()Theo Buehler
2022-01-04Remove checks that are duplicated in extract_min_max()Theo Buehler
2022-01-04Make X509v3_addr_get_range() readable.Theo Buehler
2022-01-04Add a length check to make_addressPrefix()Theo Buehler
2022-01-04Remove some dead codeTheo Buehler
2022-01-04Drop a pointless NULL checkTheo Buehler
2022-01-04First pass over x509_addr_validate_path()Theo Buehler
2022-01-04Refactor IPAddressFamily accessorsTheo Buehler
2022-01-04Return 0 on failure from send/get kex functions in the legacy stack.Joel Sing
2022-01-04Use normal result testing for tls1_check_curve().Joel Sing
2022-01-04Refactor ssl3_get_server_kex_ecdhe() to separate parsing and validation.Joel Sing
2022-01-04Pull key share group/length CBB code up from tls13_key_share_public()Joel Sing
2022-01-04Only allow zero length key shares when we know we're doing HRR.Joel Sing
2022-01-03By default, put intermediate files in a temp dir and remove it onPhilip Guenther
2022-01-02fix strange indentation in code exampleTheo Buehler
2022-01-02Don't use *ENTRY_NB() with END_BUILTIN(), at least yetPhilip Guenther
2022-01-01Add ENTRY_NB() macro for doing an ASM function entry without settingPhilip Guenther
2022-01-01failured -> failedJonathan Gray
2022-01-01contibutions -> contributionsJonathan Gray
2022-01-01identfier -> identifierJonathan Gray
2021-12-31excpetions -> exceptionsJonathan Gray
2021-12-31deafult -> defaultJonathan Gray
2021-12-28Fix typo in commentTheo Buehler
2021-12-28Use lowercase letters for hexadecimal constants, as both jsing and ITheo Buehler
2021-12-28Rewrite X509v3_addr_canonize() with new accessorsTheo Buehler
2021-12-28Validate AFIs before sorting in X509v3_adr_canonize()Theo Buehler
2021-12-28Rewrite/simplify X509v3_addr_is_canonical()Theo Buehler
2021-12-28Check AFI/SAFI before comparing them in X509v3_addr_is_canonical()Theo Buehler
2021-12-28Make IPAddressFamily_cmp() more pleasing on the eyeTheo Buehler
2021-12-28Style improvements in X509v3_addr_add_range()Theo Buehler
2021-12-28Style improvements in X509v3_addr_add_prefix()Theo Buehler
2021-12-28Another small readability tweak in X509v3_addr_inherits()Theo Buehler
2021-12-28Use an accessor in X509v3_addr_inherits()Theo Buehler
2021-12-28Add a comment to i2r_IPAddrBlocks that we may want/have to deal withTheo Buehler
2021-12-28Add a few accessors for IPAddressFamily and make first use of themTheo Buehler
2021-12-28Simplify and explain expand_addr() a bitTheo Buehler
2021-12-28Add a comment so I don't forget to think about input validationTheo Buehler
2021-12-28Convert make_IPAddressFamily to CBS/CBBTheo Buehler
2021-12-28Remove two pointless NULL checks and allocationsTheo Buehler
2021-12-28Check for trailing garbage in X509_addr_get_afi()Theo Buehler
2021-12-28Convert X509v3_adr_get_afi() to CBSTheo Buehler
2021-12-27Pull BN_{new,init,clear,clear_free,free} up to the top of bn_lib.cJoel Sing
2021-12-26zap doubled semicolonTheo Buehler
2021-12-26Check BIO_indent() return like all the others in this file.Theo Buehler
2021-12-26Drop pointless cast in i2d_ASN1_BOOLEAN(). This may or may not fixTheo Buehler
2021-12-26Consistently call BN_init() before BN_with_flags()Theo Buehler
2021-12-26Hoist memset of CBB above EVP_MD_CTX_new() and HMAC_CTX_new() to avoidTheo Buehler