summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/conf/conf_def.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop using conf->meth_data and make CONF_type_default consttb2024-08-311-3/+5
| | | | | | | | | Now that we no longer need to hang a poor man's ctype substitute off the conf structure, we can get rid of the otherwise unused meth_data member. This allows us to const correct CONF_type_default. Hopefully we can remove it soon. ok beck jsing
* Remove NCONF_WIN32tb2024-08-311-36/+1
| | | | | | | Undocumented and entirely unused. Gets rid of a big, modifiable, global table. ok beck jsing
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-1/+5
| | | | | | | | | | | | | | | | Move the "internal" BN functions from bn.h to bn_lcl.h and stop exporting the bn_* symbols. These are documented as only being intended for internal use, so why they were placed in a public header is beyond me... This hides 363 previously exported symbols, most of which exist in headers that are not installed and were never intended to be public. This also removes a few crusty old things that should have died long ago (like _ossl_old_des_read_pw). But don't worry... there are still 3451 symbols exported from the library. With input and testing from inoguchi@. ok beck@ inoguchi@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* KNF.jsing2014-04-201-75/+74
|
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-17/+0
| | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit.
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-54/+89
|
* openssl-engine-0.9.6 mergebeck2000-12-151-0/+145