index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add NID for HKDF
tb
2022-05-05
2
-0
/
+4
*
remove accidentally duplicated line
tb
2022-05-04
1
-2
/
+1
*
Whitespace nit (knfmt(1) agrees after inserting an empty line after the
tb
2022-05-04
1
-4
/
+5
*
KNF according to knfmt(1)
tb
2022-05-04
2
-275
/
+288
*
Add RCS tags
tb
2022-05-04
3
-0
/
+3
*
Restore copyright years to 2016-2018 as they were before the previous
tb
2022-05-04
2
-2
/
+2
*
Reinstate the licenses that were replaced with license stubs in
tb
2022-05-04
2
-12
/
+100
*
Bump copyright years to 2016-2018 as it was before the previous commit.
tb
2022-05-04
1
-1
/
+1
*
Reinstate the license that was replaced with a stub in OpenSSL commit
tb
2022-05-04
1
-5
/
+49
*
Inline kdferr.h at the end of kdf.h
tb
2022-05-04
2
-55
/
+37
*
Rename hkdf.c to hkdf_evp.c to avoid a name clash with hkdf/hkdf.c
tb
2022-05-04
1
-0
/
+0
*
Import HKDF code from OpenSSL 1.1.1o
tb
2022-05-04
4
-0
/
+571
*
Rewrite asn1_collect() and asn1_find_end() with CBS.
jsing
2022-05-04
1
-77
/
+80
*
Avoid special handling of definite length before calling asn1_find_end().
jsing
2022-05-04
1
-10
/
+4
*
Change asn1_check_tag_cbs() out_len from long to size_t.
jsing
2022-05-04
1
-4
/
+10
*
Rewrite asn1_check_tlen() using CBS.
jsing
2022-04-28
3
-63
/
+113
*
Refactor ASN1_TIME_adj_internal()
tb
2022-04-28
1
-84
/
+82
*
Decode via c2i_ASN1_INTEGER_cbs() from asn1_ex_c2i().
jsing
2022-04-27
2
-5
/
+5
*
Rewrite c2i_ASN1_INTEGER() using CBS.
jsing
2022-04-27
1
-84
/
+129
*
Remove the ASN.1 decoder tag/length cache (TLC).
jsing
2022-04-27
1
-90
/
+37
*
ASN1_{,const_}check_infinite_end(3) were removed in the last major bump,
tb
2022-04-27
1
-5
/
+2
*
Decode via c2i_ASN1_BIT_STRING_cbs() from asn1_ex_c2i().
jsing
2022-04-26
3
-9
/
+14
*
Rewrite c2i_ASN1_BIT_STRING() using CBS.
jsing
2022-04-23
1
-44
/
+83
*
Convert asn1_ex_c2i() to CBS.
jsing
2022-04-23
3
-24
/
+43
*
Clarify comments at the start of {asid,addr}_validate_path_internal()
tb
2022-04-21
2
-7
/
+7
*
Avoid expensive RFC 3779 checks during cert verification
tb
2022-04-21
3
-16
/
+22
*
Fix X509_get_extension_flags()
tb
2022-04-21
1
-2
/
+2
*
Avoid use of uninitialized in BN_mod_exp_recp()
tb
2022-04-20
1
-2
/
+3
*
Drop unused KeyUpdate from debug printf
tb
2022-04-19
1
-3
/
+1
*
Fix typo in last commit.
millert
2022-04-13
1
-2
/
+2
*
inet_net_pton_ipv6: avoid signed vs unsigned comparison
millert
2022-04-13
1
-3
/
+5
*
KNF for a brace and zap trailing blank line
tb
2022-04-12
1
-3
/
+3
*
Set ASN1_OBJECT_FLAG_DYNAMIC_DATA flag with t2i_ASN1_OBJECT_internal
inoguchi
2022-04-10
1
-1
/
+2
*
Avoid infinite loop on parsing DSA private keys
tb
2022-04-07
1
-3
/
+24
*
Avoid infinite loop for custom curves of order 1
tb
2022-04-07
2
-4
/
+9
*
man pages: fix some typos found while looking for other issues
naddy
2022-03-31
1
-2
/
+2
*
man pages: add missing commas between subordinate and main clauses
naddy
2022-03-31
40
-145
/
+145
*
Fix leak in ASN1_TIME_adj_internal()
tb
2022-03-31
1
-3
/
+5
*
Simplify priv_key handling in d2i_ECPrivateKey()
tb
2022-03-31
1
-8
/
+3
*
Avoid segfaults in EVP_PKEY_CTX_free()
tb
2022-03-30
2
-4
/
+10
*
pkey_hmac_init(): use calloc()
tb
2022-03-30
1
-7
/
+3
*
man pages: add missing word, The foo() ... -> The foo() function ...
naddy
2022-03-29
5
-17
/
+18
*
Given asn1/a_object.c rev. 1.45 by jsing@, stop talking about BUGS
schwarze
2022-03-29
1
-22
/
+21
*
man pages: add missing commas in enumerations
naddy
2022-03-29
3
-9
/
+9
*
Bound cofactor in EC_GROUP_set_generator()
tb
2022-03-29
1
-1
/
+7
*
Do not zero cofactor on ec_guess_cofactor() success
tb
2022-03-29
1
-2
/
+6
*
Zap trailing whitespace
tb
2022-03-29
1
-46
/
+46
*
Remove extra 'or'
claudio
2022-03-28
1
-3
/
+2
*
name constraints: be more careful with NULs
tb
2022-03-26
2
-12
/
+25
*
Clean up {dtls1,ssl3}_read_bytes()
jsing
2022-03-26
2
-200
/
+166
[prev]
[next]