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-04-21
Clarify comments at the start of {asid,addr}_validate_path_internal()
Theo Buehler
2022-04-21
Avoid expensive RFC 3779 checks during cert verification
Theo Buehler
2022-04-21
Fix X509_get_extension_flags()
Theo Buehler
2022-04-20
Avoid use of uninitialized in BN_mod_exp_recp()
Theo Buehler
2022-04-12
KNF for a brace and zap trailing blank line
Theo Buehler
2022-04-10
Set ASN1_OBJECT_FLAG_DYNAMIC_DATA flag with t2i_ASN1_OBJECT_internal
Kinichiro Inoguchi
2022-04-07
Avoid infinite loop on parsing DSA private keys
Theo Buehler
2022-04-07
Avoid infinite loop for custom curves of order 1
Theo Buehler
2022-03-31
man pages: fix some typos found while looking for other issues
Christian Weisgerber
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2022-03-31
Fix leak in ASN1_TIME_adj_internal()
Theo Buehler
2022-03-31
Simplify priv_key handling in d2i_ECPrivateKey()
Theo Buehler
2022-03-30
Avoid segfaults in EVP_PKEY_CTX_free()
Theo Buehler
2022-03-30
pkey_hmac_init(): use calloc()
Theo Buehler
2022-03-29
Given asn1/a_object.c rev. 1.45 by jsing@, stop talking about BUGS
Ingo Schwarze
2022-03-29
man pages: add missing commas in enumerations
Christian Weisgerber
2022-03-29
Bound cofactor in EC_GROUP_set_generator()
Theo Buehler
2022-03-29
Do not zero cofactor on ec_guess_cofactor() success
Theo Buehler
2022-03-29
Zap trailing whitespace
Theo Buehler
2022-03-28
Remove extra 'or'
Claudio Jeker
2022-03-26
name constraints: be more careful with NULs
Theo Buehler
2022-03-26
Convert c2i_ASN1_OBJECT() and d2i_ASN1_OBJECT to CBS.
Joel Sing
2022-03-26
Provide asn1_get_primitive()
Joel Sing
2022-03-25
use the new CPU_ID_AA64ISAR0 sysctl to determine CPU features on arm64
Robert Nagy
2022-03-23
Start disentangling armv7 and aarch64 code
Theo Buehler
2022-03-20
Move/group i2d_ASN1_OBJECT() and d2i_ASN1_OBJECT().
Joel Sing
2022-03-19
Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()
Joel Sing
2022-03-19
Rewrite ascii/text to ASN.1 object conversion.
Joel Sing
2022-03-17
Rework ASN1_STRING_set()
Joel Sing
2022-03-16
Make gcc 4 happier about x509_addr.c
Theo Buehler
2022-03-15
LibreSSL 3.5.2
Brent Cook
2022-03-15
Initialise *out_name at the start of i2t_ASN1_OBJECT_name().
Joel Sing
2022-03-15
Fix infinite loop in BN_mod_sqrt()
Theo Buehler
2022-03-14
Allow constraints of the form @domain.com
Theo Buehler
2022-03-14
Rework ownership handling in x509_constraints_validate()
Theo Buehler
2022-03-14
Factor out ASN1_STRING clearing code.
Joel Sing
2022-03-14
First pass clean up of ASN1_STRING code.
Joel Sing
2022-03-13
Relax the check of x509_constraints_dirname()
Theo Buehler
2022-03-13
Add x509_constraints_validate() to x509_internal.h
Theo Buehler
2022-03-13
Check name constraints using the proper API
Theo Buehler
2022-03-13
style tweak
Theo Buehler
2022-03-13
Add missing error check after strdup()
Theo Buehler
2022-03-13
Remove free_cont from asn1_d2i_ex_primitive()/asn1_ex_c2i().
Joel Sing
2022-03-10
unsusual -> unusual
Jonathan Gray
2022-03-07
bump for LibreSSL 3.5.1
Brent Cook
2022-03-03
Pull a len == 0 check up before malloc(len) to avoid implementation
Theo Buehler
2022-03-03
Do not write out terminating NUL in i2a_ASN1_OBJECT()
Theo Buehler
2022-03-02
Unwrap a line
Theo Buehler
2022-03-02
whitespace
Theo Buehler
2022-03-02
Rewrite ASN1_OBJECT content to ascii/text conversion.
Joel Sing
[next]