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
2023-06-15
Some fixes in ASN1_item_verify()
Theo Buehler
2023-06-15
Make another NULL check explicit and put a brace on the proper line
Theo Buehler
2023-06-15
Rename a few variables and other cosmetics
Theo Buehler
2023-06-15
Switch ASN1_item_sign_ctx() to EVP_DigestSign()
Theo Buehler
2023-06-15
Make NULL checks explicit in ASN1_item_sign_ctx()
Theo Buehler
2023-06-15
ASN1_item_sign_ctx()
Theo Buehler
2023-06-15
Fix a logic error in ASN1_item_sign_ctx()
Theo Buehler
2023-06-13
Move comment about ASN1_item_dup() where it belongs
Theo Buehler
2023-05-23
Simplify OBJ_obj2txt()
Theo Buehler
2023-04-30
Revert disablement of the encoding cache
Job Snijders
2023-04-28
Remove preservation and use of cached DER/BER encodings in the d2i/i2d paths
Job Snijders
2023-04-28
Unifdef LIBRESSL_HAS_POLICY_DAG and remove it from the Makefile
Theo Buehler
2023-04-26
Make the new policy code in x509_policy.c to be selectable at compile time.
Bob Beck
2023-04-25
Move low level BIO_new_NDEF API to internal-only
Theo Buehler
2023-04-25
Remove NETSCAPE_CERT_SEQUENCE
Theo Buehler
2023-04-24
Mark the NDEF API for removal
Theo Buehler
2023-04-24
Revert 1.32
Job Snijders
2023-04-23
Add compliance checks for the X.509 version field
Job Snijders
2023-04-19
Fix botched line wrap
Theo Buehler
2023-04-18
Bring includes into canonical order
Theo Buehler
2023-04-18
Move some includes out of OPENSSL_NO_DEPRECATED
Theo Buehler
2023-04-17
Use C99 initializers for the default_pctx and mark it static const
Theo Buehler
2023-03-30
bio_ndef: add an empty line before return
Theo Buehler
2023-03-25
Drop unnecessary casts from and to void *
Theo Buehler
2023-03-25
Unindent asn1_bio_get_ex()
Theo Buehler
2023-03-15
Add comments that explain why things are done in this strange order.
Theo Buehler
2023-03-15
Push calloc() of ndef_aux down as far as possible and
Theo Buehler
2023-03-15
Error check BIO_asn1_set_{prefix,suffix}() calls
Theo Buehler
2023-03-13
Stop confusing out and asn_bio in BIO_new_NDEF()
Theo Buehler
2023-03-12
Avoid an 1 byte out-of-bounds read in ASN1_PRINTABLE_type()
Theo Buehler
2023-03-11
Switch an early return into goto err
Theo Buehler
2023-03-11
Tiny cleanup for readability
Theo Buehler
2023-03-11
Use "if (ptr == NULL)" instead of "if (!ptr)"
Theo Buehler
2023-03-11
Fix double free after BIO_new_NDEF()
Theo Buehler
2023-03-11
Remove a pesky space.
Joel Sing
2023-03-10
ASN.1 BIO: properly wire up prefix_free and suffix_free
Theo Buehler
2023-03-10
Return the correct type for ASN.1 BOOLEANs
Theo Buehler
2023-03-06
Clean up ndef_{prefix,suffix}_free()
Theo Buehler
2023-03-06
Rework asn1_item_flags_i2d()
Theo Buehler
2023-03-06
ASN.1 enc: check ASN1_item_ex_i2d() consistency
Theo Buehler
2023-03-04
Avoid infinite loop in bio_asn1 state machine
Theo Buehler
2023-01-13
Prevent 1-byte out-of-bounds read in i2c_ASN1_BIT_STRING
Theo Buehler
2023-01-01
Add explicit LL suffixes to large constants to appease some compilers on
Miod Vallat
2022-12-26
Prepare to provide X509_CRL_get0_sigalg()
Theo Buehler
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-11-28
Garbage collect the unused asn1_add_error()
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-22
Rename last OPENSSL_gmtime() to asn1_time_time_t_to_tm()
Theo Buehler
2022-11-13
Expose ASN1_buf_print() in asn1.h
Theo Buehler
2022-11-10
Implement EVP interfaces for Ed25519 and X25519.
Joel Sing
[next]