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
*
Fix a potential NULL-deref in EVP_PKEY_keygen()
tb
2024-04-12
1
-6
/
+8
*
Remove parentheses after return
tb
2024-04-11
1
-40
/
+40
*
Rework internal tm_to_*() converters
tb
2024-04-11
1
-69
/
+66
*
Re-guard the crypto_malloc macros.
beck
2024-04-10
1
-1
/
+3
*
Remove the prototype of BN_gcd_nonct()
tb
2024-04-10
1
-2
/
+1
*
Hide deprecated functions in ec.h
beck
2024-04-10
5
-12
/
+31
*
Hide deprecated functions in evp.h
beck
2024-04-10
5
-14
/
+19
*
Add HMAC_init and HMAC_CTX_reset to Symbols.namespace.
beck
2024-04-10
1
-0
/
+2
*
Hide symbols in bn.h
beck
2024-04-10
6
-19
/
+21
*
Hide a couple of LCRYPTO_UNUSED in asn1.h
beck
2024-04-10
4
-10
/
+8
*
Add RC2 symbols to Symbols.namespace.
beck
2024-04-10
1
-0
/
+7
*
Finish hiding symbols in rand.h
beck
2024-04-10
5
-6
/
+34
*
Finish Hiding symbols in crypto.h
beck
2024-04-10
9
-18
/
+101
*
Add a comment on abuse of EXFLAG_INVALID
tb
2024-04-09
1
-1
/
+8
*
Add hidden conf.h, missed in an earlier commit
tb
2024-04-09
1
-0
/
+74
*
Hide symbols in conf.h
beck
2024-04-09
7
-6
/
+96
*
Plug leaks in ASN1_TIME_set_string_internal()
tb
2024-04-09
1
-6
/
+17
*
Hide public symbols in x509.h
beck
2024-04-09
24
-23
/
+606
*
Hide public symbols in evp.h
beck
2024-04-09
47
-45
/
+1121
*
Rename EVP_aes_XXX_cfb to EVP_aes_XXX_cfb128.
beck
2024-04-09
1
-4
/
+4
*
Clean up Symbols.namespace
beck
2024-04-09
1
-68
/
+0
*
Remove notBefore and notAfter cacheing.
beck
2024-04-08
4
-63
/
+16
*
Remove spaces before tabs
tb
2024-04-08
1
-2
/
+2
*
Make ASN1_TIME_set_string_X509 and ASN1_TIME_set_string match the man page
beck
2024-04-08
1
-26
/
+14
*
Rework CMS_add_simple_smimecap()
tb
2024-04-07
1
-24
/
+43
*
Remove incorrect function counts
tb
2024-04-04
1
-4
/
+4
*
Recommit a better version of the removal of the F5 workaround
tb
2024-04-04
1
-9
/
+12
*
Backout previous commit (intending that libressl client rejects a supported
sthen
2024-04-02
1
-3
/
+17
*
Simplify ecx_cms_sign_or_verify() using X509_ALGOR_set0_by_nid()
tb
2024-04-02
1
-5
/
+3
*
Add missing LCRYPTO_ALIAS()
tb
2024-03-30
1
-1
/
+3
*
Fix LCRYPTO_UNUSED() in namespace builds
tb
2024-03-30
1
-4
/
+7
*
In _malloc_init(), round up the region being mprotected RW to the malloc
miod
2024-03-30
1
-11
/
+11
*
Hide symbols in aes
joshua
2024-03-30
5
-3
/
+74
*
Hide symbols in camellia
joshua
2024-03-30
3
-1
/
+60
*
Rewrite RSA_padding_add_PKCS1_type_{1,2}() with CBS/CBB.
jsing
2024-03-30
1
-33
/
+99
*
Hide symbols in whrlpool
joshua
2024-03-30
3
-1
/
+45
*
Hide symbols in CMS
joshua
2024-03-30
5
-4
/
+30
*
Remove pointless guard in cms header
joshua
2024-03-30
1
-4
/
+2
*
Tweak defines since the Td4 table is only used for AES_{encrypt,decrypt}
jsing
2024-03-29
1
-6
/
+9
*
Always use C functions for AES_{encrypt,decrypt}().
jsing
2024-03-29
14
-84
/
+124
*
Remove previously missed idea file.
jsing
2024-03-29
1
-176
/
+0
*
Consolidate cast code.
jsing
2024-03-29
7
-703
/
+398
*
Consolidate camellia code.
jsing
2024-03-29
9
-640
/
+124
*
Move camellia to primary Makefile.
jsing
2024-03-29
12
-44
/
+14
*
Remove now unused camellia assembly implementations.
jsing
2024-03-29
2
-2001
/
+0
*
Stop building camellia assembly on amd64 and i386.
jsing
2024-03-29
2
-5
/
+8
*
Sprinkle a few references to RFC 8419
tb
2024-03-29
3
-6
/
+15
*
Implement Ed25519 signatures for CMS (RFC 8419)
tb
2024-03-29
2
-21
/
+126
*
Move aes_core.c to the primary Makefile.
jsing
2024-03-29
12
-32
/
+12
*
Consolidate idea into a single C file.
jsing
2024-03-29
5
-357
/
+287
[next]