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
OPENBSD_7_7
OPENBSD_7_8
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
/
libcrypto
/
Makefile
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Take pem2.h behind the barn
tb
2024-04-25
1
-2
/
+1
*
Bye, bye, OPENSSL_str{,n}casecmp()
tb
2024-04-15
1
-2
/
+1
*
Consolidate cast code.
jsing
2024-03-29
1
-6
/
+2
*
Consolidate camellia code.
jsing
2024-03-29
1
-7
/
+1
*
Move camellia to primary Makefile.
jsing
2024-03-29
1
-4
/
+4
*
Move aes_core.c to the primary Makefile.
jsing
2024-03-29
1
-2
/
+2
*
Consolidate idea into a single C file.
jsing
2024-03-29
1
-6
/
+2
*
Consolidate whirlpool into a single C file.
jsing
2024-03-29
1
-3
/
+2
*
Move wp_block.c to the primary Makefile.
jsing
2024-03-29
1
-2
/
+2
*
Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.
jsing
2024-03-28
1
-2
/
+1
*
Nuke more leftover GOST tendrils.
beck
2024-03-28
1
-2
/
+1
*
Remove fallback files that are now always included in the build.
jsing
2024-03-28
1
-5
/
+1
*
Move rc4.c to primary Makefile.
jsing
2024-03-28
1
-1
/
+4
*
Move des sources to primary Makefile.
jsing
2024-03-28
1
-1
/
+3
*
Consolidate most of the AES modes into a single C file.
jsing
2024-03-28
1
-6
/
+2
*
Catch the blowfish that escaped.
jsing
2024-03-27
1
-2
/
+2
*
Consolidate rc4 code.
jsing
2024-03-27
1
-3
/
+2
*
Consolidate blowfish code.
jsing
2024-03-27
1
-6
/
+2
*
Move bf_enc.c to the primary Makefile.
jsing
2024-03-27
1
-1
/
+2
*
Move the OPENSSL_init() stub from o_init.c to crypto_init.c
tb
2024-03-19
1
-2
/
+1
*
Remove some GOST relics
tb
2024-03-02
1
-2
/
+1
*
Unhook and remove GOST and STREEBOG
tb
2024-03-02
1
-21
/
+1
*
Make LHASH_OF() and STACK_OF() use opaque structs
tb
2024-03-02
1
-1
/
+3
*
Remove lh stats
tb
2024-03-02
1
-2
/
+1
*
Remove RC4-HMAC-MD5 and AES-{128,256}-CBC-HMAC-SHA-1
tb
2024-03-02
1
-3
/
+1
*
Remove the ameth lib
tb
2024-03-02
1
-2
/
+1
*
Add posix_time.h from BoringSSL
tb
2024-02-18
1
-1
/
+2
*
Fold keyivgen functions into evp_pbe.c
tb
2024-01-27
1
-4
/
+1
*
The OBJ_NAME API joins the party in evp_names.c
tb
2024-01-13
1
-2
/
+1
*
Move EVP_add_{cipher,digest}() to the trashcan
tb
2024-01-13
1
-2
/
+1
*
Stub out {OpenSSL,OPENSSL}_add*
tb
2024-01-13
1
-2
/
+1
*
Add a table of cipher names, ciphers and aliases
tb
2024-01-13
1
-1
/
+2
*
Merge the EVP_CIPHER_meth_* API into evp_cipher.c
tb
2023-12-29
1
-2
/
+1
*
Merge the remainder of evp_lib.c into evp_cipher.c
tb
2023-12-29
1
-2
/
+1
*
Use more consistent naming for some files in evp
tb
2023-12-29
1
-4
/
+4
*
Merge p_open and p_seal into p_legacy
tb
2023-12-20
1
-3
/
+1
*
Fold p_dec.c and p_enc.c into a new p_legacy.c
tb
2023-12-20
1
-3
/
+2
*
DES_random_key() sets the key
tb
2023-12-20
1
-2
/
+1
*
split the Symbols.list up so that arch specific symbols do not end up everywhere
robert
2023-11-12
1
-1
/
+5
*
Merge remainder of rsa_crpt.c into rsa_eay.c
tb
2023-08-09
1
-2
/
+1
*
Move bn_blind.c to rsa_blinding.c
tb
2023-08-09
1
-2
/
+2
*
Move HAVE_FUNOPEN out of !NOPIC
tb
2023-07-29
1
-5
/
+1
*
Combine ripemd into a single C file.
jsing
2023-07-28
1
-3
/
+2
*
Combine md5 into a single C file.
jsing
2023-07-28
1
-3
/
+2
*
Combine md4 into a single C file.
jsing
2023-07-28
1
-3
/
+2
*
Remove various ${thing}_options
tb
2023-07-28
1
-2
/
+1
*
Remove BUF_[a-z]* API
tb
2023-07-28
1
-2
/
+1
*
Remove ASN1_bn_print() and ASN1_buf_print()
tb
2023-07-28
1
-2
/
+1
*
Set OPENSSL_NO_ENGINE, remove engine code
tb
2023-07-28
1
-26
/
+1
*
Drop DSO and define OPENSSL_NO_DSO
tb
2023-07-28
1
-11
/
+2
[next]