summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cms/cms_err.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix loading of CMS error strings.jsing2019-08-111-5/+5
|
* More style(9), whitespace and readability fixes.jsing2019-08-101-2/+3
| | | | Files are identical once whitespace and newlines are removed.
* First pass at style(9).jsing2019-08-101-267/+267
| | | | Whitespace only and no change according to diff -w.
* Include cms.h instead of cmserr.h.jsing2019-08-101-2/+2
|
* Add $OpenBSD$ tags.jsing2019-08-101-0/+1
|
* Work towards supporting Cryptographic Message Syntax (CMS) in libcrypto.jsing2019-08-101-0/+294
| | | | | | | | | | | | | | | | Cryptographic Message Syntax (CMS) is a standard for cryptographically protecting messages, as defined in RFC 5652. It is derived from PKCS #7 version 1.5 and utilises various ASN.1 structures, making it complex and fairly heavyweight. Various protocols - including RPKI (RFC 6480) - have been built on top of it, which means it is necessary to support CMS, in order to support RPKI. This imports around 6,000 lines of code from OpenSSL 1.1.1, which is still under the original OpenSSL license. Further work will occur in tree. Requested by and discussed with many. ok deraadt@ tb@
* Remove cms.jsing2016-09-041-245/+0
| | | | ok beck@, guenther@, tedu@
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-2/+5
| | | | | | | | | an OPENSSL_NO_* define. This avoids relying on something else pulling it in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is never going to do anything, since OPENSSL_NO_XYZ will never defined, due to the fact that opensslconf.h has not been included. This also includes some miscellaneous sorting/tidying of headers.
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* KNF.jsing2014-05-241-170/+167
|
* import OpenSSL-1.0.1cdjm2012-10-131-2/+11
|
* import OpenSSL-1.0.0adjm2010-10-011-2/+2
|
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+236