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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-17
Optimise bn_mul2_mulw_addtw() for aarch64.
jsing
1
-1
/
+28
2023-06-17
Speed up Montgomery multiplication.
jsing
1
-10
/
+37
2023-06-16
Fix CRYPTO_get_ex_new_index() to return 1 or higher
tb
1
-2
/
+2
2023-06-15
Teach the grotty X509_certificate_type() about Ed25519 certs
tb
1
-1
/
+4
2023-06-15
regen
tb
1
-1
/
+9
2023-06-15
Add RSA with the sha3s to obj_xref.txt
tb
1
-0
/
+4
2023-06-15
regen obj_xref.h
tb
1
-12
/
+14
2023-06-15
Add Ed25519 to the obj_xref table.
tb
1
-3
/
+6
2023-06-15
Some fixes in ASN1_item_verify()
tb
1
-17
/
+8
2023-06-15
Make another NULL check explicit and put a brace on the proper line
tb
1
-4
/
+3
2023-06-15
Rename a few variables and other cosmetics
tb
1
-23
/
+21
2023-06-15
Switch ASN1_item_sign_ctx() to EVP_DigestSign()
tb
1
-9
/
+7
2023-06-15
Make NULL checks explicit in ASN1_item_sign_ctx()
tb
1
-6
/
+8
2023-06-15
ASN1_item_sign_ctx()
tb
1
-3
/
+7
2023-06-15
Fix a logic error in ASN1_item_sign_ctx()
tb
1
-5
/
+8
2023-06-13
Move comment about ASN1_item_dup() where it belongs
tb
1
-7
/
+7
2023-06-13
Disallow aliasing of return value and modulus
tb
1
-1
/
+44
2023-06-13
Add a BN_R_INVALID_ARGUMENT error code
tb
2
-2
/
+4
2023-06-12
Remove prototypes for various ec_GF2m_* functions that no longer exist.
jsing
1
-13
/
+1
2023-06-12
Optimise quad word primitives on aarch64.
jsing
1
-1
/
+136
2023-06-12
Provide and use various quad word primitives.
jsing
3
-27
/
+120
2023-06-11
Convert legacy server kex to one-shot sign/verify
tb
2
-47
/
+62
2023-06-11
Easy EVP_Digest{Sign,Verify} conversions for legacy stack
tb
2
-23
/
+8
2023-06-11
remove unused args_st struct
jsg
2
-12
/
+2
2023-06-11
remove chopup_args() unused since apps.c rev 1.31
jsg
2
-72
/
+2
2023-06-11
openssl enc: drop a few parens and unwrap a few lines
tb
1
-20
/
+14
2023-06-11
openssl enc: small style fixup after ZLIB unifdef
tb
1
-4
/
+2
2023-06-11
Unifdef ZLIB
tb
2
-44
/
+2
2023-06-11
Unifdef ZLIB
tb
7
-739
/
+7
2023-06-10
Convert EVP_Digest{Sign,Verify}* to one-shot for TLSv1.3
tb
2
-22
/
+10
2023-06-10
File new test-bleichenbacher-timing-pregenerate.py under failing tests
tb
1
-1
/
+3
2023-06-08
Remove dead code.
beck
1
-13
/
+3
2023-06-08
From the description of "openssl verify", delete the duplicate and
schwarze
1
-130
/
+9
2023-06-07
Add portable version and m88k-specific version lb() function, because
aoyama
1
-1
/
+21
2023-06-07
Refer to the field "thisUpdate" instead of the non-existent "lastUpdate".
schwarze
1
-4
/
+10
2023-06-06
In 1995, Eric A. Young chose a confusing name for the "lastUpdate" field
schwarze
2
-12
/
+20
2023-06-06
Fix typo in comment: exta -> extra
tb
1
-2
/
+2
2023-06-05
Fix copy+paste error in x509 asn regress
job
1
-3
/
+3
2023-06-05
Improve the description of CMS_get0_signers()
job
1
-3
/
+3
2023-06-04
Reinstate bn_isqrt.c r1.8 and crypto_lock.c r1.3
tb
2
-8
/
+5
2023-06-04
Make ruby-openssl cope with default ruby change
tb
1
-2
/
+2
2023-06-04
bn_mod_inverse tweaks
tb
1
-2
/
+4
2023-06-04
More thorough write-afetr-free checks.
otto
3
-25
/
+54
2023-06-03
Add regress coverage for BN_mod_inverse()
tb
2
-1
/
+387
2023-06-02
Fix variable reuse in BN_mod_inverse()
tb
1
-21
/
+15
2023-06-02
fix typo
tb
1
-2
/
+2
2023-06-01
Remove the speed test again
tb
1
-7
/
+2
2023-06-01
Rework tls_check_subject_altname() error handling
tb
1
-12
/
+13
2023-06-01
Check for X509_get_ext_d2i() failure
tb
1
-4
/
+10
2023-06-01
Avoid a potentially overflowing check
tb
1
-2
/
+2
[next]