Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand ASN1_ITEM_rptr and ASN1_ITEM_ptr macros - no change in generated | jsing | 2016-12-30 | 1 | -6/+6 |
| | | | | assembly. | ||||
* | internal only negative types should not be handled here. | tedu | 2016-05-04 | 1 | -3/+1 |
| | | | | CVE-2016-2108 from openssl. | ||||
* | revert the big change from yesterday to prepare for smaller commits. | tedu | 2016-05-04 | 1 | -1/+3 |
| | |||||
* | patch from openssl for multiple issues: | tedu | 2016-05-03 | 1 | -3/+1 |
| | | | | | | | missing padding check in aesni functions overflow in evp encode functions use of invalid negative asn.1 types ok beck | ||||
* | initialize a pointer to NULL rather than 0 | mmcc | 2015-12-22 | 1 | -2/+2 |
| | |||||
* | Remove IMPLEMENT_COMPAT_ASN1() and related support code. Nothing uses it in | miod | 2015-02-14 | 1 | -16/+1 |
| | | | | | | libcrypto/libssl, and nothing seems to use it in the wild, apart from embedded copies of OpenSSL. ok jsing@ | ||||
* | Make asn1_ex_i2c() static. ok jsing@ | miod | 2015-02-14 | 1 | -2/+4 |
| | |||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -2/+2 |
| | | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 | deraadt | 2014-05-29 | 1 | -1/+1 |
| | | | | | | | | | potential integer overflows easily changed into an allocation return of NULL, with errno nicely set if need be. checks for an allocations returning NULL are commonplace, or if the object is dereferenced (quite normal) will result in a nice fault which can be detected & repaired properly. ok tedu | ||||
* | More KNF. | jsing | 2014-04-18 | 1 | -74/+85 |
| | |||||
* | add braces missed when fixing leaks | jsg | 2014-04-18 | 1 | -1/+2 |
| | |||||
* | lob a few more knf grenades in here to soften things up. | tedu | 2014-04-18 | 1 | -103/+65 |
| | |||||
* | putting most of the braces in the right column is the very least we can do. | tedu | 2014-04-18 | 1 | -83/+83 |
| | |||||
* | fix some more leaks, mostly suggestions from miod | jsg | 2014-04-17 | 1 | -0/+2 |
| | | | | ok miod@ | ||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -5/+5 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -5/+6 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -162/+352 |
| | |||||
* | resolve conflicts | djm | 2006-06-27 | 1 | -3/+6 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -0/+497 |