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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move CMS_RecipientInfo_ktri_get0_algs() down a few lines and fix its
tb
2023-11-07
1
-3
/
+6
*
Move CMS_RecipientInfo_get0_pkey_ctx() to first use of pkctx
tb
2023-11-07
1
-3
/
+3
*
Fix an error message left out in the mustDecodeHexString() conversion
tb
2023-11-07
1
-2
/
+2
*
Pull up the handling of the two webcrypto special snowflakes
tb
2023-11-07
1
-13
/
+9
*
Drop a useless line and bump copyright years
tb
2023-11-07
1
-4
/
+3
*
Unwrap a few lines
tb
2023-11-07
1
-72
/
+32
*
Wrap hex.DecodeString() into mustDecodeHexString()
tb
2023-11-07
1
-390
/
+78
*
Use maps to retrieve various AES variants
tb
2023-11-07
1
-60
/
+72
*
Convert hashEvpMdFromString() to a map
tb
2023-11-07
1
-26
/
+19
*
Add stringer interfaces to the test groups
tb
2023-11-07
1
-102
/
+126
*
Inline rsa_ctx_to_pss_string()
tb
2023-11-07
1
-16
/
+6
*
Rename pkctx to pkey_ctx in rsa_{cms,item}_sign()
tb
2023-11-07
1
-26
/
+26
*
Trivial cleanup in rsa_cms_sign()
tb
2023-11-07
1
-5
/
+5
*
Rework RSA_PKCS1_PSS_PADDING handling in rsa_item_sign()
tb
2023-11-07
1
-14
/
+4
*
Add a helper to set RSASSA-PSS padding parameters
tb
2023-11-07
1
-10
/
+29
*
Add a helper to set RSA PKCS #1 v1.5 padding OID
tb
2023-11-07
1
-12
/
+15
*
Pull everything except the actual run call out of the closure
tb
2023-11-06
1
-11
/
+9
*
Introduce testGroupFromAlgorithm()
tb
2023-11-06
1
-50
/
+54
*
Add a wycheproofTestGroupRunner interface
tb
2023-11-06
1
-72
/
+26
*
Add aliases for AES AEAD constructions and ChaCha
tb
2023-11-06
1
-9
/
+12
*
Fix a for loop bug introduced in the concurrency refactor
tb
2023-11-06
1
-3
/
+4
*
Uncomment json webcrypto line. Packages will have caught up...
tb
2023-11-06
1
-3
/
+2
*
KNF plus fixed a few signed vs unsigned compares (that we actually
otto
2023-11-04
1
-22
/
+33
*
Fix a few bizarre line wraps in x509.h
tb
2023-11-02
1
-8
/
+5
*
Use X509_ALGOR_set0_by_nid() in X509_ALGOR_set_evp_md()
tb
2023-11-01
1
-6
/
+6
*
Add X509_ALGOR_set0_by_nid()
tb
2023-11-01
2
-2
/
+33
*
Explain the weird order of doing things in X509_ALGOR_set0()
tb
2023-11-01
1
-1
/
+2
*
Rename ptype and pval to parameter_type and parameter_value
tb
2023-11-01
1
-7
/
+9
*
Unindent X509_ALGOR_set0_parameter()
tb
2023-11-01
1
-8
/
+11
*
Split X509_ALGOR_set0_parameter() out of X509_ALGOR_set0()
tb
2023-11-01
1
-6
/
+15
*
Split X509_ALGOR_set0_obj() out of X509_ALGOR_set0()
tb
2023-11-01
1
-3
/
+12
*
Remove 3 expected failures those got fixed in the regress code.
claudio
2023-10-31
1
-4
/
+1
*
unlink("/") just needs to error. Checking for a specific errno makes
claudio
2023-10-31
1
-2
/
+2
*
When creating a file in a directory the file gid is inherited from
claudio
2023-10-31
1
-2
/
+2
*
Ignore closefrom() failure. This fails normally since fd 4 and up are all
claudio
2023-10-31
1
-3
/
+2
*
Add support for OpenSSL 3.1 interop tests
tb
2023-10-30
8
-11
/
+74
*
Enable ISO C11 APIs when building libc, even with an older compiler.
millert
2023-10-29
1
-1
/
+9
*
Fix an error exit in X509v3_addr_validate_path()
tb
2023-10-29
1
-3
/
+6
*
Include wait(2) status in error message, in the hopes of providing clues
anton
2023-10-27
1
-2
/
+2
*
A few micro-optimizations; ok asou@
otto
2023-10-26
1
-20
/
+15
*
Tidy includes
tb
2023-10-26
1
-2
/
+2
*
Hide X509_ALGOR_set_md() for LIBRESSL_INTERNAL
tb
2023-10-26
1
-1
/
+3
*
Provide prototype for X509_ALGOR_set_md()
tb
2023-10-26
1
-1
/
+3
*
Rework the MD setting in the RSA ASN.1 method
tb
2023-10-26
1
-45
/
+95
*
Add chacha aliases for OpenSSL compatibility
tb
2023-10-24
1
-1
/
+3
*
correct Va in previous;
jmc
2023-10-22
1
-2
/
+3
*
A few more tests
otto
2023-10-22
1
-1
/
+15
*
When option D is active, store callers for all chunks; this avoids
otto
2023-10-22
2
-86
/
+178
*
Remove mention of alg_section. This never worked in LibreSSL.
tb
2023-10-21
1
-3
/
+2
*
style tweak: avoid double conjunction to make it read better
schwarze
2023-10-21
1
-4
/
+4
[next]