summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2021-12-26Correct SSL_get_peer_cert_chain() when used with the TLSv1.3 stack.Joel Sing
2021-12-25Fix some weird line wrapping and a minor KNF nitTheo Buehler
2021-12-25No need for assert.h in here.Theo Buehler
2021-12-25drop a meaningless XXXTheo Buehler
2021-12-25Use C99 initializers for v3_addr, v3_asid and v3_ct_scts[]Theo Buehler
2021-12-25Indent goto labels for diffability.Joel Sing
2021-12-25Merge asn_pack.c into asn1_item.c - these are two ASN1_item_* functions.Joel Sing
2021-12-25Merge evp_asn1.c into a_type.c - these are all ASN1_TYPE_* functions.Joel Sing
2021-12-25Move more ASN1_STRING_* functions to a_string.c.Joel Sing
2021-12-25More consolidation of ASN.1 code.Joel Sing
2021-12-25Consolidate code/templates for ASN.1 types.Joel Sing
2021-12-25Move ASN1_<type>_* functions to the top, encoding/decoding to the bottom.Joel Sing
2021-12-25Rewrite ASN.1 identifier/length parsing in CBS.Joel Sing
2021-12-25Update to reflect changes over the last six yearsPhilip Guenther
2021-12-24Reorder some functions.Joel Sing
2021-12-24Undo commenting of OPENSSL_NO_RFC3779Theo Buehler