19 Commits (d1b20a9580aebb6fbb0b1b2408cf1221d83afb71)

Author SHA1 Message Date
David Benjamin 1e63b0ce53 Replace comment with static assert. 2 years ago
David Benjamin 9211b80f1e Fix up some integer types in crypto/asn1 2 years ago
David Benjamin 17832275b7 Replace UTF8_putc with cbb_add_utf8. 2 years ago
David Benjamin 695b2e1d56 Check for invalid UCS-2 and UTF-32 in ASN1_STRING_print_ex. 3 years ago
David Benjamin fdeb4aa925 Reimplement ASN1_TIME_print with the new parser. 3 years ago
David Benjamin 267997d8c3 Set is_first and is_last correctly with ASN1_STRFLGS_UTF8_CONVERT. 3 years ago
David Benjamin 56eeb201ae Remove unnecessary parens on return. 3 years ago
David Benjamin 46350487c1 Run convert_comments.go on the recently-converted files 3 years ago
David Benjamin c0b87a04db Re-run clang-format with InsertBraces. 3 years ago
David Benjamin 260a10cccb clang-format remaining directories. 3 years ago
David Benjamin ac57319dd8 Rewrite ASN1_STRING_print_ex escaping. 3 years ago
David Benjamin 8b988b8b8d Tidy up how ASN1_STRING_print_ex figures out the type. 3 years ago
Thomas Klausner 8a38184183 Use ctype(3) in a more standards-conformant way. 3 years ago
David Benjamin 8648c53690 Refer to RFCs consistently. 4 years ago
David Benjamin b319e3b89f Fix ASN1_STRING_print_ex with negative integers. 4 years ago
David Benjamin e3a3655542 Check i2d_ASN1_TYPE's return value in ASN1_STRING_print_ex. 4 years ago
David Benjamin 4c993da660 Document ASN.1 printing functions. 4 years ago
David Benjamin 07a6628e4b Move some ASN1 printing functions to crypto/asn1. 4 years ago
David Benjamin 0dcbc6e14a Move a_strex.c back to asn1, split X509_NAME bits out. 4 years ago
David Benjamin 1201c9ad8e Unwind io_ch abstraction in print functions. 4 years ago
David Benjamin 7a6066ca65 Implement ASN1_STRING_print_ex_fp, etc., with file BIOs. 4 years ago
David Benjamin b9ec9dee56 Remove OPENSSL_NO_FP_API ifdefs. 4 years ago
David Benjamin e3a7bd0a81 Rename asn1_locl.h to internal.h. 4 years ago
David Benjamin 87be659225 Document ASN1_STRING_to_UTF8. 4 years ago
David Benjamin 125a38fad9 Const-correct various X509 functions. 5 years ago
Adam Langley fb0c05cac2 acvp: add CMAC-AES support. 5 years ago