summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/obj_xref.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add obj_xref for ECDH schemes in RFC 5753inoguchi2021-05-121-1/+21
| | | | | | | | | | Found missing sigoid_srt record in crypto/objects/obj_xref.h, and this causes error while executing openssl cms -encrypt with EC key/cert. Added required definitions to obj_xref.txt and obj_xref.h. Issue reported by Theodore Wynnychenko (tmw <at> uchicago.edu) on misc. ok tb@
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-1/+4
| | | | | | | | | | | | | | | | 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@
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-1/+5
| | | | | | | | | | | | engine to regular EVP citizens, contributed by Dmitry Eremin-Solenikov; libcrypto bits only for now. This is a verbatim import of Dmitry's work, and does not compile in this state; the forthcoming commits will address these issues. None of the GOST code is enabled in libcrypto yet, for it still gets compiled with OPENSSL_NO_GOST defined. However, the public header gost.h will be installed.
* tags as requested by miod and teduderaadt2014-06-121-0/+1
|
* import OpenSSL-1.0.1cdjm2012-10-131-0/+2
|
* import OpenSSL-1.0.0adjm2010-10-011-0/+75