summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/obj_xref.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adjust libcrypto obj_xref.txt to obj_xref.hinoguchi2021-05-191-2/+2
| | | | | | | | | | | | To generate current obj_xref.h, third item of lines id_tc26_signwithdigest_gost3410_2012_256/512 should be id_GostR3410_2001. obj_xref.txt r1.2 and obj_xref.h r1.3 were committed at the same time, and these third item were coded different value each other. This adjusts obj_xref.txt to current obj_xref.h. ok tb@
* Add obj_xref for ECDH schemes in RFC 5753inoguchi2021-05-121-0/+13
| | | | | | | | | | 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@
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-0/+2
| | | | | | | | | | | | 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.
* import OpenSSL-1.0.1cdjm2012-10-131-0/+4
|
* import OpenSSL-1.0.0adjm2010-10-011-0/+42