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
/
libcrypto
/
crypto_init.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide crypto_cpu_caps_init() as a CPU capability detection entry point.
jsing
2024-10-17
1
-3
/
+4
*
Finish Hiding symbols in crypto.h
beck
2024-04-10
1
-1
/
+2
*
Hide public symbols in evp.h
beck
2024-04-09
1
-1
/
+5
*
Move the OPENSSL_init() stub from o_init.c to crypto_init.c
tb
2024-03-19
1
-1
/
+6
*
Ditch another noop from OPENSSL_cleanup()
tb
2024-01-25
1
-2
/
+1
*
Remove calls to OpenSSL_add_all_{ciphers,digests}()
tb
2024-01-13
1
-3
/
+1
*
Stub out {OpenSSL,OPENSSL}_add*
tb
2024-01-13
1
-1
/
+22
*
Garbage collect call to X509_TRUST_cleanup()
tb
2024-01-07
1
-2
/
+1
*
Remove X509_PURPOSE_cleanup() call in OPENSSL_cleanup()
tb
2024-01-06
1
-2
/
+1
*
Remove call to ASN1_STRING_TABLE_cleanup()
tb
2023-12-16
1
-2
/
+1
*
Unifdef OPENSSL_NO_ENGINE in libcrypto
tb
2023-11-19
1
-7
/
+1
*
Hide symbols in crypto.h
beck
2023-07-08
1
-1
/
+3
*
Clean up dynamic tables in OPENSSL_cleanup()
tb
2023-07-02
1
-1
/
+10
*
Properly guard ENGINE usage with !OPENSSL_NO_ENGINE
tb
2023-06-19
1
-1
/
+5
*
Add RCS tag
tb
2023-05-08
1
-0
/
+1
*
Call CRYPTO_cleanup_all_ex_data() from OPENSSL_cleanup().
jsing
2023-03-11
1
-0
/
+1
*
Prepare to provide OPENSSL_cleanup.
jsing
2022-09-03
1
-4
/
+24
*
Correct lock initialisation for libcrypto.
jsing
2018-11-28
1
-3
/
+2
*
Add automatic threading initialization for libcrypto.
bcook
2018-11-11
1
-0
/
+3
*
correct funciton prototype
beck
2018-03-19
1
-3
/
+3
*
Correct mistake of loading the default openssl.conf by default during autoinit.
beck
2018-03-19
1
-4
/
+11
*
Bring in compatibility for OpenSSL 1.1 style init functions.
beck
2018-03-17
1
-0
/
+56