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-04
remove accidentally duplicated line
Theo Buehler
2022-05-04
Whitespace nit (knfmt(1) agrees after inserting an empty line after the
Theo Buehler
2022-05-04
KNF according to knfmt(1)
Theo Buehler
2022-05-04
Add RCS tags
Theo Buehler
2022-05-04
Restore copyright years to 2016-2018 as they were before the previous
Theo Buehler
2022-05-04
Reinstate the licenses that were replaced with license stubs in
Theo Buehler
2022-05-04
Bump copyright years to 2016-2018 as it was before the previous commit.
Theo Buehler
2022-05-04
Reinstate the license that was replaced with a stub in OpenSSL commit
Theo Buehler
2022-05-04
Inline kdferr.h at the end of kdf.h
Theo Buehler
2022-05-04
Rename hkdf.c to hkdf_evp.c to avoid a name clash with hkdf/hkdf.c
Theo Buehler
2022-05-04
Import HKDF code from OpenSSL 1.1.1o
Theo Buehler
2022-05-04
Rewrite asn1_collect() and asn1_find_end() with CBS.
Joel Sing
2022-05-04
Avoid special handling of definite length before calling asn1_find_end().
Joel Sing
2022-05-04
Change asn1_check_tag_cbs() out_len from long to size_t.
Joel Sing
2022-04-28
Rewrite asn1_check_tlen() using CBS.
Joel Sing
2022-04-28
Refactor ASN1_TIME_adj_internal()
Theo Buehler
2022-04-27
Decode via c2i_ASN1_INTEGER_cbs() from asn1_ex_c2i().
Joel Sing
2022-04-27
Rewrite c2i_ASN1_INTEGER() using CBS.
Joel Sing
2022-04-27
Remove the ASN.1 decoder tag/length cache (TLC).
Joel Sing
2022-04-27
ASN1_{,const_}check_infinite_end(3) were removed in the last major bump,
Theo Buehler
2022-04-26
Decode via c2i_ASN1_BIT_STRING_cbs() from asn1_ex_c2i().
Joel Sing
2022-04-23
Rewrite c2i_ASN1_BIT_STRING() using CBS.
Joel Sing
2022-04-23
Convert asn1_ex_c2i() to CBS.
Joel Sing
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
[next]