| Commit message (Expand) | Author | Age | Files | Lines |
* | Add definitions for three OIDs used in EV certificates. | jsing | 2017-05-25 | 2 | -0/+9 |
* | Fix typo in issuingDistributionPoint description. | jsing | 2017-02-28 | 1 | -1/+1 |
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 4 | -23/+17 |
* | Place {DECLARE,IMPLEMENT}_OBJ_BSEARCH{_GLOBAL,}_CMP_FN macros undef | jsing | 2017-01-21 | 1 | -1/+5 |
* | Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros. | jsing | 2017-01-21 | 2 | -12/+92 |
* | OBJ_obj2txt() should return the total amount of space required | inoguchi | 2016-12-22 | 1 | -5/+1 |
* | Explicitly export a list of symbols from libcrypto. | jsing | 2016-12-21 | 1 | -1/+4 |
* | Add objects for X25519, X448, Ed25519 and Ed448. | jsing | 2016-11-05 | 2 | -0/+15 |
* | remove unused OPENSSL_NO_OBJECT case | bcook | 2016-07-17 | 1 | -14/+1 |
* | better fix for overrun reported by Qualys Security. | tedu | 2015-10-14 | 1 | -4/+1 |
* | Bail out early if we have no buf_len | beck | 2015-10-14 | 1 | -1/+5 |
* | fix a memory leak reported by Qualys Security. | tedu | 2015-10-14 | 1 | -3/+4 |
* | Ensure we don't write a 0 byte past end of the buffer in the error case. | beck | 2015-10-14 | 1 | -3/+3 |
* | Coverity ID 78910 - Yet another stupid API designed to not show failures. do the | beck | 2015-07-18 | 1 | -6/+8 |
* | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last | jsing | 2015-02-10 | 1 | -2/+1 |
* | GOST crypto algorithms (well, most of them), ported from the removed GOST | miod | 2014-11-09 | 4 | -1/+34 |
* | Check the result of sk_*_push() operations for failure. | miod | 2014-10-28 | 1 | -2/+6 |
* | Use strdup() instead of malloc() + memcpy(). | miod | 2014-10-07 | 1 | -8/+3 |
* | Fix CVE-2014-3508, pretty printing and OID validation: | guenther | 2014-08-08 | 1 | -2/+7 |
* | Fix OID encoding for single components. OpenSSL PR #2556 via OpenSSL trunk. | miod | 2014-07-11 | 1 | -1/+1 |
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 2 | -7/+7 |
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 2 | -2/+7 |
* | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 2 | -3/+7 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 7 | -5/+7 |
* | Remove various test stubs. The good ones have been moved by jsing | deraadt | 2014-06-07 | 1 | -28/+0 |
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 2 | -7/+7 |
* | Clean up some of the nightmare of string and pointer arithmatic in | beck | 2014-06-01 | 1 | -52/+36 |
* | more: no need for null check before free | deraadt | 2014-05-30 | 2 | -14/+7 |
* | ok, next pass after review: when possible, put the reallocarray arguments | deraadt | 2014-05-29 | 1 | -1/+1 |
* | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 | deraadt | 2014-05-29 | 2 | -2/+3 |
* | Turn off MemCheck_on and MemCheck_off. These calls are pointless since the | jsing | 2014-05-25 | 1 | -13/+3 |
* | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 1 | -1/+2 |
* | Update with recently added objects. | jsing | 2014-05-01 | 1 | -0/+18 |
* | Provide an EVP implementation for ChaCha. | jsing | 2014-05-01 | 1 | -0/+4 |
* | Add support for the french ANSSI FRP256v1 elliptic curve. | miod | 2014-05-01 | 1 | -0/+2 |
* | Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}. | miod | 2014-05-01 | 1 | -0/+17 |
* | Restore beck's rev 1.21: snprintf() was reviewed | guenther | 2014-04-20 | 1 | -1/+1 |
* | KNF. | jsing | 2014-04-19 | 6 | -813/+814 |
* | We'll interpret a (void) cast on snprintf() to mean it's been verified that | guenther | 2014-04-19 | 1 | -1/+1 |
* | use intrinsic strlcpy and strlcat everywhere so we only have one set of | beck | 2014-04-19 | 1 | -3/+3 |
* | Shrink a local buffer to the size it really needs to be; this is the only | miod | 2014-04-18 | 1 | -1/+1 |
* | a little less obfuscation | tedu | 2014-04-17 | 1 | -17/+2 |
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 4 | -30/+30 |
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -88/+0 |
* | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | beck | 2014-04-15 | 1 | -16/+0 |
* | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | beck | 2014-04-15 | 1 | -1/+1 |
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -42/+0 |
* | Remove some stuff that isn't needed. | beck | 2014-04-13 | 1 | -1/+1 |
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -1/+1 |
* | resolve conflicts | djm | 2012-10-13 | 2 | -4/+64 |