Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide NID for pSpecified. | jsing | 2019-11-01 | 1 | -0/+1 |
| | | | | ok tb@ | ||||
* | Add objects for ECDH schemes in RFC 5753. | jsing | 2019-09-05 | 1 | -0/+20 |
| | | | | | | Based on OpenSSL 1.1.1b. ok inoguchi@ tb@ | ||||
* | Add the SM4 block cipher from the Chinese standard GB/T 32907-2016. | tb | 2019-03-17 | 1 | -0/+16 |
| | | | | | | | | This is an ISC licensed version based on the sources by Ribose Inc that were ported to OpenSSL in 2017. Patch from Daniel Wyatt with minor tweaks. ok inoguchi, jsing | ||||
* | Fix OID for sm3WithRSAEncryption which was apparently mixed up | tb | 2019-03-02 | 1 | -1/+1 |
| | | | | | | with the OID for SM2 signing with SM3. From Daniel Wyatt | ||||
* | Add Ribose Inc's implementation of the SM3 hashing function with | tb | 2018-11-11 | 1 | -0/+5 |
| | | | | | | | | | tweaks from jsing and myself. The SM2/SM3/SM4 algorithms are mandatory for legal use of cryptography within China and [are] widely applied in the country, covering identification/financial cards, contactless, TPM 2.0 and PKI. ok beck inoguchi jsing | ||||
* | Provide object identifier for chacha20-poly1305. | jsing | 2018-03-17 | 1 | -0/+2 |
| | |||||
* | Provide object identifiers for TLS cipher suite key exchange and | jsing | 2018-03-17 | 1 | -0/+12 |
| | | | | authentication. | ||||
* | Add definitions for three OIDs used in EV certificates. | jsing | 2017-05-25 | 1 | -0/+6 |
| | | | | From Kyle J. McKay <mackyle at gmail dot com> | ||||
* | Fix typo in issuingDistributionPoint description. | jsing | 2017-02-28 | 1 | -1/+1 |
| | |||||
* | Add objects for X25519, X448, Ed25519 and Ed448. | jsing | 2016-11-05 | 1 | -0/+9 |
| | | | | ok miod@ | ||||
* | GOST crypto algorithms (well, most of them), ported from the removed GOST | miod | 2014-11-09 | 1 | -0/+15 |
| | | | | | | | | | | | | 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. | ||||
* | Provide an EVP implementation for ChaCha. | jsing | 2014-05-01 | 1 | -0/+4 |
| | | | | ok miod@ | ||||
* | Add support for the french ANSSI FRP256v1 elliptic curve. | miod | 2014-05-01 | 1 | -0/+2 |
| | | | | | | | | | | While not to be considered a good choice of elliptic curve (refer to http://safecurves.cr.yp.to/ for more details), it is nevertheless deemed a good decision to allow developers with requirements to use such a curve, to be able to do this via a crypto library allowing for much better choices to be made, without having to change (much of) their code to get better crypto. ok beck@ deraadt@ | ||||
* | Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}. | miod | 2014-05-01 | 1 | -0/+17 |
| | | | | | Be sure to rerun `make includes' after updating. ok tedu@ beck@ deraadt@ | ||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -4/+37 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -5/+39 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -0/+3 |
| | |||||
* | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 1 | -1/+104 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -9/+176 |
| | |||||
* | resolve conflicts | djm | 2006-06-27 | 1 | -3/+17 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -0/+22 |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -1/+5 |
| | |||||
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | markus | 2002-09-10 | 1 | -0/+148 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -20/+191 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -38/+591 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+40 |
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible. |