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
2024-03-30
Hide symbols in CMS
joshua
5
-4
/
+30
2024-03-30
Add initial regress for RSA padding.
jsing
2
-2
/
+328
2024-03-30
Remove pointless guard in cms header
joshua
1
-4
/
+2
2024-03-30
Tidy indentation.
jsing
2
-8
/
+8
2024-03-30
Remove -app2_1 flags being passed to dsa and rsa regress.
jsing
2
-14
/
+2
2024-03-29
Tweak defines since the Td4 table is only used for AES_{encrypt,decrypt}
jsing
1
-6
/
+9
2024-03-29
Always use C functions for AES_{encrypt,decrypt}().
jsing
14
-84
/
+124
2024-03-29
Remove previously missed idea file.
jsing
1
-176
/
+0
2024-03-29
Consolidate cast code.
jsing
7
-703
/
+398
2024-03-29
Consolidate camellia code.
jsing
9
-640
/
+124
2024-03-29
Move camellia to primary Makefile.
jsing
12
-44
/
+14
2024-03-29
Add table-driven Whirlpool tests
joshua
3
-1
/
+251
2024-03-29
Remove now unused camellia assembly implementations.
jsing
2
-2001
/
+0
2024-03-29
Stop building camellia assembly on amd64 and i386.
jsing
2
-5
/
+8
2024-03-29
Sprinkle a few references to RFC 8419
tb
3
-6
/
+15
2024-03-29
Add regress coverage for EdDSA in CMS
tb
1
-6
/
+42
2024-03-29
Implement Ed25519 signatures for CMS (RFC 8419)
tb
2
-21
/
+126
2024-03-29
Move aes_core.c to the primary Makefile.
jsing
12
-32
/
+12
2024-03-29
Consolidate idea into a single C file.
jsing
5
-357
/
+287
2024-03-29
Remove unused n2ln, l2nn, n2l and l2n macros.
jsing
1
-44
/
+1
2024-03-29
Make X509_VERIFY_PARAM_set1_policies() less bad
tb
1
-22
/
+34
2024-03-29
Clean up X509_VERIFY_PARAM_add0_policy()
tb
1
-6
/
+5
2024-03-29
Always use C functions for AES_set_{encrypt,decrypt}_key().
jsing
9
-57
/
+100
2024-03-29
Retire mime_debug()
tb
1
-5
/
+1
2024-03-29
Improve error checking in i2d_ASN1_bio_stream()
tb
1
-23
/
+24
2024-03-29
Consolidate whirlpool into a single C file.
jsing
4
-284
/
+229
2024-03-29
Remove now unused assembly implementations of whirlpool.
jsing
2
-978
/
+0
2024-03-29
Hide symbols in Blowfish
joshua
3
-1
/
+51
2024-03-29
Move wp_block.c to the primary Makefile.
jsing
12
-35
/
+12
2024-03-29
Remove CMS special now that we do not depend on pem.h being included first.
jsing
1
-2
/
+1
2024-03-29
Stop playing #ifdef HEADER_PEM_H games in cms.h.
jsing
1
-3
/
+4
2024-03-29
Stop using pem2.h.
jsing
2
-4
/
+3
2024-03-29
Hide symbols in DES
joshua
22
-20
/
+157
2024-03-29
Rename AES_cbc_encrypt to aes_cbc_encrypt_internal for the SEH handlers.
jsing
1
-4
/
+4
2024-03-29
Stop building whirlpool assembly on amd64 and i386.
jsing
2
-6
/
+3
2024-03-29
Fix indent
tb
1
-2
/
+2
2024-03-29
Apply style(9) hammer.
jsing
1
-118
/
+117
2024-03-28
Hide symbols in RIPEMD
joshua
3
-1
/
+45
2024-03-28
Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.
jsing
14
-102
/
+43
2024-03-28
Make AES_cbc_encrypt() always be a C function.
jsing
5
-17
/
+32
2024-03-28
Use static inline for rc4_set_key_internal().
jsing
1
-2
/
+2
2024-03-28
Remove unused SM3_Transform()
jsing
1
-9
/
+1
2024-03-28
Rename SM3_block_data_order() and make static.
jsing
1
-9
/
+8
2024-03-28
Remove md32_common.h since it is now (finally) unused.
jsing
1
-309
/
+0
2024-03-28
Rework loads and stores for sm3.
jsing
1
-61
/
+57
2024-03-28
Remove .init section that calls OPENSSL_cpuid_setup on i386.
jsing
1
-4
/
+0
2024-03-28
Remove .init section that calls OPENSSL_cpuid_setup on amd64.
jsing
1
-10
/
+0
2024-03-28
Rework loads and stores in ripemd.
jsing
1
-74
/
+53
2024-03-28
Remove OPENSSL_UNISTD define
tb
13
-39
/
+0
2024-03-28
Expand ROTATE macro to crypto_rol_u32().
jsing
1
-8
/
+10
[next]