Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMSerr() to CMSerror(). | jsing | 2019-08-11 | 1 | -2/+2 |
| | |||||
* | Expand ASN.1 macros. | jsing | 2019-08-11 | 1 | -9/+36 |
| | |||||
* | More style(9), whitespace and readability fixes. | jsing | 2019-08-10 | 1 | -16/+22 |
| | | | | Files are identical once whitespace and newlines are removed. | ||||
* | First pass at style(9). | jsing | 2019-08-10 | 1 | -37/+37 |
| | | | | Whitespace only and no change according to diff -w. | ||||
* | Add $OpenBSD$ tags. | jsing | 2019-08-10 | 1 | -0/+1 |
| | |||||
* | Restore the original per-file licenses for CMS. | jsing | 2019-08-10 | 1 | -5/+49 |
| | | | | These were removed in OpenSSL b1322259d93cf6b6286f9febcd468b6a9f577d91. | ||||
* | Work towards supporting Cryptographic Message Syntax (CMS) in libcrypto. | jsing | 2019-08-10 | 1 | -0/+88 |
| | | | | | | | | | | | | | | | | 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. | jsing | 2016-09-04 | 1 | -139/+0 |
| | | | | ok beck@, guenther@, tedu@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | KNF. | jsing | 2014-05-24 | 1 | -36/+42 |
| | |||||
* | import OpenSSL-1.0.0a | djm | 2010-10-01 | 1 | -43/+36 |
| | |||||
* | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 1 | -0/+140 |