summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Combine DES code into a smaller set of files.jsing2024-08-311-18/+5
* Merge fcrypt_b.c into fcrypt.c.jsing2024-08-311-2/+1
* Unexport OPENSSL_cpuid_setup and OPENSSL_ia32cap_Ptb2024-08-311-5/+1
* Nuke the whrlpool (named after the galaxy) from orbittb2024-08-311-7/+1
* Remove DES_enc_{read,write} and DES_rw_modetb2024-08-311-2/+1
* Garbage collec UI_UTIL remnantstb2024-08-311-2/+1
* Retire conf_api.h and the API thereintb2024-08-311-2/+1
* Make CONF_METHOD opaquetb2024-08-311-1/+2
* Implement X509_get_signature_info()tb2024-08-281-1/+2
* Remove the empty ui_compat.htb2024-08-101-2/+1
* Rewrite CRYPTO_EX_DATA.jsing2024-08-021-2/+2
* Remove the static symbols.namespace, and just generate the _libre_beck2024-07-101-4/+3
* link tls1_prf.c to buildtb2024-07-091-1/+2
* Actually enable namespaced builds in both libcrypto and libsslbeck2024-07-091-8/+1
* Enable namespaced builds by default for libssl and libcrypto.beck2024-07-091-3/+3
* libcrypto: constify most error string tablestb2024-06-241-1/+2
* Stub out DES_enc_{read,write}(3)tb2024-05-241-2/+1
* Take pem2.h behind the barntb2024-04-251-2/+1
* Bye, bye, OPENSSL_str{,n}casecmp()tb2024-04-151-2/+1
* Consolidate cast code.jsing2024-03-291-6/+2
* Consolidate camellia code.jsing2024-03-291-7/+1
* Move camellia to primary Makefile.jsing2024-03-291-4/+4
* Move aes_core.c to the primary Makefile.jsing2024-03-291-2/+2
* Consolidate idea into a single C file.jsing2024-03-291-6/+2
* Consolidate whirlpool into a single C file.jsing2024-03-291-3/+2
* Move wp_block.c to the primary Makefile.jsing2024-03-291-2/+2
* Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.jsing2024-03-281-2/+1
* Nuke more leftover GOST tendrils.beck2024-03-281-2/+1
* Remove fallback files that are now always included in the build.jsing2024-03-281-5/+1
* Move rc4.c to primary Makefile.jsing2024-03-281-1/+4
* Move des sources to primary Makefile.jsing2024-03-281-1/+3
* Consolidate most of the AES modes into a single C file.jsing2024-03-281-6/+2
* Catch the blowfish that escaped.jsing2024-03-271-2/+2
* Consolidate rc4 code.jsing2024-03-271-3/+2
* Consolidate blowfish code.jsing2024-03-271-6/+2
* Move bf_enc.c to the primary Makefile.jsing2024-03-271-1/+2
* Move the OPENSSL_init() stub from o_init.c to crypto_init.ctb2024-03-191-2/+1
* Remove some GOST relicstb2024-03-021-2/+1
* Unhook and remove GOST and STREEBOGtb2024-03-021-21/+1
* Make LHASH_OF() and STACK_OF() use opaque structstb2024-03-021-1/+3
* Remove lh statstb2024-03-021-2/+1
* Remove RC4-HMAC-MD5 and AES-{128,256}-CBC-HMAC-SHA-1tb2024-03-021-3/+1
* Remove the ameth libtb2024-03-021-2/+1
* Add posix_time.h from BoringSSLtb2024-02-181-1/+2
* Fold keyivgen functions into evp_pbe.ctb2024-01-271-4/+1
* The OBJ_NAME API joins the party in evp_names.ctb2024-01-131-2/+1
* Move EVP_add_{cipher,digest}() to the trashcantb2024-01-131-2/+1
* Stub out {OpenSSL,OPENSSL}_add*tb2024-01-131-2/+1
* Add a table of cipher names, ciphers and aliasestb2024-01-131-1/+2
* Merge the EVP_CIPHER_meth_* API into evp_cipher.ctb2023-12-291-2/+1