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
Age
Commit message (
Expand
)
Author
2022-05-25
Remove an unnecessary XXX comment. The suggested check is part of
Theo Buehler
2022-05-24
Clean up ASN1_item_sign_ctx() a little
Theo Buehler
2022-05-24
Simplify ec_asn1_group2curve()
Theo Buehler
2022-05-24
Straightforward conversion of ecdh_cms_encrypt() to
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-20
Don't pass uninitialized pointer to ASN1_STRING_to_UTF8()
Theo Buehler
2022-05-20
Don't pass uninitialized pointer to 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-19
Add missing space between No macro and "authority".
Theo Buehler
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-17
Rewrite make_addressRange() using CBS
Theo Buehler
2022-05-17
Simplify make_addressPrefix()
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
2022-05-12
Small readability tweak suggested by jsing
Theo Buehler
2022-05-12
Rewrite and fix X509v3_asid_subset()
Theo Buehler
2022-05-12
Rename asn1_enc_free() to asn1_enc_cleanup().
Joel Sing
2022-05-12
Rewrite asn1_item_ex_d2i_choice() using CBS.
Joel Sing
2022-05-12
Rewrite asn1_enc_save() using CBS.
Joel Sing
2022-05-12
Use freezero() with ASN1_ENCODING.
Joel Sing
2022-05-12
Remove ASN1_AFLG_BROKEN.
Joel Sing
2022-05-10
Add a BUGS section to describe the problem of potential lies and
Theo Buehler
2022-05-10
X509_check_ca() has 5 return values but still can't fail
Theo Buehler
2022-05-10
Rewrite asn1_item_ex_d2i() using CBS.
Joel Sing
2022-05-10
Remove ASN.1 combining.
Joel Sing
2022-05-09
Simplify X509_ATTRIBUTE ASN.1 encoding.
Joel Sing
2022-05-08
Remove openssl/cterr.h and inline it in openssl/ct.h
Theo Buehler
2022-05-07
Sort alphabetically so that future omissions will be easier to spot.
Theo Buehler
2022-05-07
Split asn1_item_ex_d2i() into three.
Joel Sing
2022-05-07
zap stray tab
Theo Buehler
2022-05-07
KNF nits
Theo Buehler
2022-05-07
Rewrite asn1_d2i_ex_primitive() with CBS.
Joel Sing
2022-05-07
Refactor asn1_ex_c2i()
Joel Sing
2022-05-07
Avoid strict aliasing violations in BN_nist_mod_*()
Joel Sing
2022-05-06
Add missing ERR_load_{COMP,CT,KDF}_strings()
Theo Buehler
2022-05-06
Also check EVP_PKEY_CTX_new_id() return in example code. Letting this
Theo Buehler
2022-05-06
Install EVP_PKEY_CTX_set_hkdf_md.3
Theo Buehler
[next]