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
*
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
*
Rename the modulus from n into m
tb
2023-10-19
1
-9
/
+12
*
Add a few more test cases for mod_exp aliasing
tb
2023-10-19
1
-33
/
+78
*
Garbage collect weird /* 1 */ and /* 2 */ comments
tb
2023-10-19
1
-7
/
+7
*
The bn_mod_exp test is no longer an expected failure
tb
2023-10-19
1
-3
/
+1
*
Fix aliasing of result and exponent in the internal BN_mod_exp_recp()
tb
2023-10-19
1
-12
/
+19
*
Fix aliasing of result with exponent or modulus in BN_mod_exp_simple()
tb
2023-10-19
1
-10
/
+22
*
Add test case checking aliasing of the result with other arguments
tb
2023-10-19
2
-2
/
+108
*
Make libssl interop server/client tests less flaky by ensuring the
anton
2023-10-18
1
-1
/
+3
*
Remove EVP_add_alg_module() prototype
tb
2023-10-18
1
-3
/
+1
*
Use X509_ALGOR_set_evp_md() in CMS_add1_signer()
tb
2023-10-18
1
-16
/
+24
*
cms_DigestedData_create() use X509_ALGOR_set_evp_md()
tb
2023-10-18
1
-6
/
+8
*
Tweak previous by using the argument name, not its type
tb
2023-10-13
1
-2
/
+2
*
Improve the description of X509_ALGOR_dup(3)
tb
2023-10-13
1
-5
/
+11
*
x509_algor: fix error message
tb
2023-10-12
1
-7
/
+7
*
x509_algor: add a few missing includes
tb
2023-10-12
1
-1
/
+4
*
Some housekeeping in x_algor
tb
2023-10-11
1
-3
/
+5
*
Rewrite X509_ALGOR_set0()
tb
2023-10-11
1
-17
/
+13
*
x509_algor: Turn expected failure into actual failure now that the API is
tb
2023-10-11
1
-3
/
+3
*
Ensure that out_value is initialized even if out_type is NULL
tb
2023-10-11
1
-1
/
+5
*
Rewrite X509_ALGOR_get0()
tb
2023-10-11
1
-13
/
+19
*
Add internal version of X509_ALGOR_set_md()
tb
2023-10-11
2
-7
/
+17
*
Add preallocation dance for X509_ALGOR_set_md() as documented
tb
2023-10-11
1
-1
/
+5
*
Clean up X509_ALGOR_cmp()
tb
2023-10-11
1
-10
/
+10
*
Add regress coverage for X509_ALGOR_*
tb
2023-10-11
2
-2
/
+377
*
I forgot that we now have ASN1_INTEGER_set_uint64()
tb
2023-10-11
1
-13
/
+6
*
Be more precise about X509_ALGOR_get0()
tb
2023-10-11
1
-11
/
+26
*
Improve X509_ALGOR_new(3) documentation
tb
2023-10-10
1
-14
/
+33
*
Use the usual text for X509_ALGOR_free()
tb
2023-10-09
1
-2
/
+8
*
Clarify that 'undefined type' means V_ASN1_UNDEF
tb
2023-10-09
1
-3
/
+4
*
Clarify documentation of X509_ALGOR_{set0,set_md}()
tb
2023-10-09
1
-7
/
+45
*
Add regress coverage for ASN1_UTCTIME_cmp_time_t()
tb
2023-10-05
1
-5
/
+12
*
Fix a typo and move a word
tb
2023-10-03
1
-5
/
+5
*
Add some coverage for ASN1_TIME_cmp_time_t() as well
tb
2023-10-02
1
-1
/
+14
*
Add regress coverage for ASN1_TIME_compare()
tb
2023-10-02
1
-1
/
+78
*
Minor asn1time tweaks
tb
2023-10-02
1
-26
/
+12
*
Example code tweak: do not hardcode the size of array
tb
2023-10-01
1
-2
/
+2
*
Fix a copy-paste bug in ASN1_TIME_compare()
tb
2023-10-01
1
-2
/
+2
*
Document EVP_CIPHER_CTX_iv_length() return values
tb
2023-10-01
1
-3
/
+7
*
The colons separate the octets, not the digits; add missing link to
tb
2023-10-01
1
-4
/
+5
[next]