index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
asn1
Age
Commit message (
Expand
)
Author
2022-09-03
Remove duplicate prototype that just snuck in.
Joel Sing
2022-09-03
Ensure ASN.1 types are appropriately encoded.
Joel Sing
2022-09-03
Provide c2i_ASN1_ENUMERATED_cbs() and call it from asn1_c2i_primitive().
Joel Sing
2022-09-03
Stop using CBIGNUM_it internal to libcrypto.
Joel Sing
2022-08-30
Plug memory leak in X509_REQ_print_ex()
Theo Buehler
2022-08-29
Provide ASN1_R_TYPE_NOT_PRIMITIVE.
Joel Sing
2022-08-28
Encode an ASN.1 INTEGER with NULL data to value of zero.
Joel Sing
2022-08-20
Rewrite i2c_ASN1_INTEGER() using CBB/CBS.
Joel Sing
2022-08-20
Make it possible to signal an error from an i2c_* function.
Joel Sing
2022-08-11
Remove unused variable
Theo Buehler
2022-08-10
Avoid signed integer overflow due to unary negation
Theo Buehler
2022-08-10
Cast int64_t to uint64_t for negating
Theo Buehler
2022-08-10
Only print versions we know about
Theo Buehler
2022-07-30
Use ASN1_INTEGER to encode/decode BIGNUM_it.
Joel Sing
2022-07-30
Provide and use a primitive clear function for BIGNUM_it.
Joel Sing
2022-07-13
Cast int64_t to uint64_t before negating.
Joel Sing
2022-07-12
Remove mkerr.pl remnants from LibreSSL
Klemens Nanni
2022-07-09
Make ASN1_{INTEGER,ENUMERATED}_get() return 0 on NULL again
Theo Buehler
2022-07-07
Expose new API in headers.
Theo Buehler
2022-07-04
The OpenSSL API is called ASN1_TIME_set_string_X509() (uppercase x)
Theo Buehler
2022-07-02
Use ASN1_INTEGER to parse/build (Z)LONG_it
Joel Sing
2022-06-30
whitespace nit
Theo Buehler
2022-06-29
Refactor asn1 time parsing to use CBS - enforce valid times in ASN.1 parsing.
Bob Beck
2022-06-28
Negate unsigned then cast to signed.
Joel Sing
2022-06-27
Add new time manipulation funcitons that OpenSSL has exposed that
Bob Beck
2022-06-27
Prepare to provide EVP_PKEY_security_bits()
Theo Buehler
2022-06-26
Provide and use long_{get,set}()
Joel Sing
2022-06-25
Use ints for boolean values.
Joel Sing
2022-06-25
Reuse ASN1_INTEGER functions for ASN1_ENUMERATED_{get,set}()
Joel Sing
2022-06-25
Rewrite ASN1_INTEGER_{get,set}() using CBS/CBB
Joel Sing
2022-06-25
Simplify ASN1_INTEGER_cmp()
Joel Sing
2022-05-24
Clean up ASN1_item_sign_ctx() a little
Theo Buehler
2022-05-24
Rewrite X509_PUBKEY_set0_param() to use asn1_abs_set_unused_bits()
Theo Buehler
2022-05-24
Use asn1_abs_set_unused_bits() in asn1_str2type()
Theo Buehler
2022-05-21
Remove some unhelpful comments and spell NULL correctly.
Joel Sing
2022-05-21
Factor out ASN1_ITYPE_EXTERN handling.
Joel Sing
2022-05-21
Use 'at' for ASN1_TEMPLATE variable names rather than 'tt'.
Joel Sing
2022-05-21
Remove _ex_ from all of the internal function names.
Joel Sing
2022-05-20
Drop *out == NULL check in ASN1_STRING_to_UTF8()
Theo Buehler
2022-05-19
Reorder functions within file.
Joel Sing
2022-05-19
Rewrite the asn1_template_*() functions with CBS.
Joel Sing
2022-05-17
Refactor asn1_d2i_ex_primitive()
Joel Sing
2022-05-17
Refactor ASN.1 template functions before rewriting.
Joel Sing
2022-05-17
Expose asn1_abs_set_unused_bits() in asn1_locl.h
Theo Buehler
2022-05-16
Clean up and fix ASN1_STRING_to_UTF8()
Theo Buehler
2022-05-16
Remove a stray space
Theo Buehler
2022-05-16
Avoid use of uninitialized in ASN1_STRING_to_UTF8()
Theo Buehler
2022-05-16
Rewrite asn1_item_ex_d2i_sequence() using CBS and readable variable names.
Joel Sing
2022-05-13
Fix d2i_ASN1_OBJECT()
Theo Buehler
2022-05-12
Call the ASN1_OP_D2I_PRE callback after ASN1_item_ex_new().
Joel Sing
[prev]
[next]