Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add DSA_meth_{dup,free,new,set_{finish,sign}}() | tb | 2018-03-17 | 1 | -1/+8 |
| | | | | | | | As in RSA_meth_*, note that these functions return NULL in out-of-memory situations, but they do not set an error explicitly. ok jsing | ||||
* | Provide DSA_get0_engine() | tb | 2018-02-20 | 1 | -1/+2 |
| | | | | ok jsing | ||||
* | Provide DSA_SIG_{g,s}et0() | tb | 2018-02-20 | 1 | -1/+3 |
| | | | | ok jsing | ||||
* | Provide DSA_{clear,set,test}_flags() | tb | 2018-02-20 | 1 | -1/+4 |
| | | | | ok jsing | ||||
* | Provide {DH,DSA}_set0_key(). Requested by sthen. | tb | 2018-02-18 | 1 | -1/+2 |
| | | | | ok jsing | ||||
* | Provide DSA_set0_pqg. | tb | 2018-02-18 | 1 | -1/+2 |
| | | | | ok jsing | ||||
* | s/DH/DSA/ | jsing | 2018-02-17 | 1 | -2/+2 |
| | |||||
* | Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(), | tb | 2018-02-17 | 1 | -1/+5 |
| | | | | | | EVP_PKEY_get0_{DH,DSA,RSA}(), RSA_{g,s}et0_key(). ok jsing | ||||
* | Kill a bunch of OLD_ASN1 usage by replacing ASN1_{d2i,i2d}_* with | jsing | 2016-11-04 | 1 | -8/+5 |
| | | | | | | ASN1_item_{d2i,i2d}_* equivalents. ok guenther@ miod@ | ||||
* | Remove flags for disabling constant-time operations. | bcook | 2016-06-30 | 1 | -4/+1 |
| | | | | | | | | This removes support for DSA_FLAG_NO_EXP_CONSTTIME, DH_FLAG_NO_EXP_CONSTTIME, and RSA_FLAG_NO_CONSTTIME flags, making all of these operations unconditionally constant-time. Based on the original patch by César Pereid. ok beck@ | ||||
* | Disable DSA_FLAG_NO_EXP_CONSTTIME, always enable constant-time behavior. | bcook | 2016-06-21 | 1 | -7/+3 |
| | | | | | | | Improved patch from Cesar Pereida. See https://github.com/libressl-portable/openbsd/pull/61 for more details. ok beck@ | ||||
* | Group d2i/i2d function prototypes by type and add missing externs for the | jsing | 2015-10-13 | 1 | -7/+12 |
| | | | | DSAPublicKey, DSAPrivateKey and DSAparams ASN1_ITEMs. | ||||
* | if (x) FOO_free(x) -> FOO_free(x). | miod | 2014-07-12 | 1 | -2/+2 |
| | | | | | | | Improves readability, keeps the code smaller so that it is warmer in your cache. review & ok deraadt@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | beck | 2014-05-29 | 1 | -2/+0 |
| | | | | ok to firebomb from tedu@ | ||||
* | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 1 | -1/+1 |
| | | | | | | | including it they get <openssl/opensslconf.h>. So instead of pulling in <openssl/e_os2.h>, just pull in <openssl/opensslconf.h>. "go ahead" miod@ | ||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -0/+20 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -43/+26 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -0/+39 |
| | |||||
* | remove duplicate definition of OPENSSL_DSA_MAX_MODULUS_BITS spotted | djm | 2008-09-06 | 1 | -2/+0 |
| | | | | by dtucker@ | ||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -22/+37 |
| | |||||
* | openssl security fixes, diff from markus@, ok & "commit it" djm@ | pvalchev | 2006-10-04 | 1 | -0/+4 |
| | | | | http://www.openssl.org/news/secadv_20060928.txt for more | ||||
* | resolve conflicts | djm | 2006-06-27 | 1 | -0/+14 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -0/+4 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -46/+39 |
| | |||||
* | merge openssl 0.9.6b-engine | beck | 2001-08-01 | 1 | -0/+1 |
| | | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries | ||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -7/+22 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -12/+49 |
| | | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs | ||||
* | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 1 | -35/+45 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+194 |
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. |