summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* In the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 codejsing2015-10-211-63/+1
* Lob a style(9) grenade in here.jsing2015-10-203-172/+185
* Stop supporing "legcay" time formats that OpenSSL supports. Rewrite thebeck2015-10-198-611/+350
* Remove pointless externs - the structs are declared in the same files ajsing2015-10-163-8/+3
* Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_constjsing2015-10-163-11/+34
* Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.jsing2015-10-163-8/+5
* actually include the prerequisite dependency for BIO instead of doing nastynessbeck2015-10-161-5/+2
* better fix for overrun reported by Qualys Security.tedu2015-10-141-4/+1
* Bail out early if we have no buf_lenbeck2015-10-141-1/+5
* fix a memory leak reported by Qualys Security.tedu2015-10-141-3/+4
* Ensure we don't write a 0 byte past end of the buffer in the error case.beck2015-10-141-3/+3
* tweak previous (two details i apparently missed)schwarze2015-10-141-4/+6
* Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API.reyk2015-10-143-1/+281
* Put ASN1_dup() under #ifndef LIBRESSL_INTERNAL.jsing2015-10-131-5/+5
* Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into anjsing2015-10-133-5/+20
* Convert a number of the old ASN1_{d2i,i2d}_{bio,fp}_of() macros tojsing2015-10-131-19/+19
* Group d2i/i2d function prototypes by type and add missing externs for thejsing2015-10-131-7/+12
* unifdef EVP_CHECK_DES_KEY: Ben Kaduk noticed it has a syntax error; thatguenther2015-10-122-20/+2
* Rip the guts out of another gibbering horror of a time comparison function, andbeck2015-10-082-37/+24
* revert previous accidental commitbeck2015-10-082-23/+36
* Spelling in commentbeck2015-10-083-39/+25
* prefer limits.h over sys/limits.hbcook2015-10-061-3/+3
* Make sure dot is not set after tz - fixes incorrect handling, which allowsjsing2015-10-051-2/+2
* Apply some style(9), tweak a few things for readability and add somejsing2015-10-041-36/+40
* Flense the greasy black guts of unreadble string parsing code out of three areasbeck2015-10-028-272/+334
* Place all of the ASN1 M_ macros under #ifndef LIBRESSL_INTERNAL.jsing2015-09-301-30/+37
* Expand M_i2d_ASN1_OCTET_STRING macros - no change in generated assembly,jsing2015-09-301-3/+5
* s/M_ASN1_ENUMERATED_free/ASN1_ENUMERATED_free/jsing2015-09-301-2/+2
* Replace M_ASN1_ENUMERATED_(free|new) with ASN1_ENUMERATED_(free|new).jsing2015-09-301-3/+3
* Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).jsing2015-09-3015-49/+49
* Replace M_ASN1_UTCTIME_(new|free) with ASN1_UTCTIME_(new|free).jsing2015-09-301-3/+3
* Replace M_ASN1_IA5STRING_(new|free) with ASN1_IA5STRING_(new|free). Samejsing2015-09-303-9/+9
* Replace M_ASN1_GENERALIZEDTIME_(new|free) withjsing2015-09-303-7/+7
* s/M_ASN1_TIME_free/ASN1_TIME_free/jsing2015-09-302-7/+7
* Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this isjsing2015-09-3012-41/+41
* Remove unnecessary type assignments - M_ASN1_INTEGER_new() already setsjsing2015-09-301-3/+1
* Remove support for NO_ASN1_TYPEDEFS.doug2015-09-301-21/+1
* Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls tojsing2015-09-293-9/+9
* remove excessive brackets on pointer mathderaadt2015-09-281-8/+8
* Redo 1.25, without the NULL deref.miod2015-09-271-22/+31
* bump to 2.3.1bcook2015-09-271-3/+3
* Use ASN1_item_dup() instead of ASN1_dup().jsing2015-09-262-7/+5
* We don't need no stinking "EXAMPLE OF THE DSA" or README (the credits arejsing2015-09-262-126/+0
* typos in documentation; better wording, suggested by jmc@libressl-v2.3.0sobrado2015-09-2226-45/+45
* avoid void * pointer arithmeticbcook2015-09-181-2/+2
* Revert bn_print.c:r1.25 ("handle negative-zero in BN_bn2dec() too") forsthen2015-09-181-31/+22
* Remove more EVP_sha() SHA-0 references.bcook2015-09-172-4/+3
* Re-add missing comma from SHA-0 removal which breaks mlinks generation.sthen2015-09-171-1/+1
* include stdint.h for uint64_tbcook2015-09-171-1/+2
* Add support for disabling certificate and CRL validity checking.jsing2015-09-142-11/+15