Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fold keyivgen functions into evp_pbe.c | tb | 2024-01-27 | 1 | -157/+0 |
| | | | | | These are only used by the EVP_PBE routines and will become internal in the next major bump. | ||||
* | Whitespace tweak | tb | 2024-01-27 | 1 | -2/+4 |
| | |||||
* | Throw PKCS5_PBE_add() into the trash bin at the end of evp_pbe.c | tb | 2024-01-27 | 1 | -9/+1 |
| | | | | This has been a noop since forever and will be removed in the next bump. | ||||
* | Unbreak the namespace build after a broken mk.conf and tool misfire had | beck | 2023-07-07 | 1 | -3/+1 |
| | | | | | | | | me aliasing symbols not in the headers I was procesing. This unbreaks the namespace build so it will pass again ok tb@ | ||||
* | Hide symbols in hkdf, evp, err, ecdsa, and ec | beck | 2023-07-07 | 1 | -1/+3 |
| | | | | | | (part 2 of commit) ok jsing@ | ||||
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Libcrypto currently has a mess of *_lcl.h, *_locl.h, and *_local.h names used for internal headers. Move all these headers we inherited from OpenSSL to *_local.h, reserving the name *_internal.h for our own code. Similarly, move dtls_locl.h and ssl_locl.h to dtls_local and ssl_local.h. constant_time_locl.h is moved to constant_time.h since it's special. Adjust all .c files in libcrypto, libssl and regress. The diff is mechanical with the exception of tls13_quic.c, where #include <ssl_locl.h> was fixed manually. discussed with jsing, no objection bcook | ||||
* | Include evp_locl.h where it will be needed once most structs from | tb | 2021-12-12 | 1 | -1/+3 |
| | | | | | | evp.h will be moved to evp_locl.h in an upcoming bump. ok inoguchi | ||||
* | Avoid leak in error path of PKCS5_PBE_keyivgen | inoguchi | 2020-01-12 | 1 | -1/+2 |
| | | | | ok jsing@ tb@ | ||||
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -7/+6 |
| | | | | | | as was done earlier in libssl. Thanks inoguchi@ for noticing libssl had more reacharounds into this. ok jsing@ inoguchi@ | ||||
* | Stricter checks of ASN1_INTEGER to reject ASN1_NEG_INTEGER in places when | miod | 2016-11-08 | 1 | -3/+6 |
| | | | | | | they don't make sense. ok beck@ | ||||
* | Correct spelling of OPENSSL_cleanse. | jsing | 2015-09-10 | 1 | -4/+4 |
| | | | | ok miod@ | ||||
* | Replace assert() and OPENSSL_assert() calls with proper error return paths. | miod | 2015-02-10 | 1 | -3/+9 |
| | | | | Careful review, feedback & ok doug@ jsing@ | ||||
* | Possible PBEPARAM leak in the error path. | miod | 2014-07-13 | 1 | -6/+8 |
| | |||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -3/+3 |
| | | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@ | ||||
* | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 1 | -1/+3 |
| | | | | | | are needed in the source files that actually require them. ok beck@ miod@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | KNF. | jsing | 2014-05-07 | 1 | -14/+19 |
| | |||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -11/+22 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -33/+6 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -4/+10 |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -3/+5 |
| | |||||
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | markus | 2002-09-10 | 1 | -1/+1 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -19/+21 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -0/+3 |
| | |||||
* | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 1 | -0/+146 |