summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Temporarily revive MD4 for MS CHAP support.doug2015-09-1411-19/+654
* Crank major version due to removal of SHA-0 and MD4 from libcrypto.doug2015-09-132-4/+4
* Remove MD4 support from LibreSSL.doug2015-09-1311-654/+19
* Remove SHA-0 support.doug2015-09-1311-326/+19
* Since a major bump of libcrypto is coming, remove OPENSSL_ia32cap andmiod2015-09-132-17/+2
* Handle negative-zero in BN_bn2dec() too, just like in BN_print().deraadt2015-09-131-22/+31
* Reorder functions for readability/consistency.jsing2015-09-131-235/+228
* BN does support negative-zero -- BN_print() sets the standard here.deraadt2015-09-131-3/+3
* Only check for key truncation if no KDF function is being used.jsing2015-09-131-4/+4
* Merge ech_ossl.c into ech_key.c - not much point having one file with ajsing2015-09-133-217/+148
* Nuke openssl/e_os2.h, since nothing should be using it.jsing2015-09-131-2/+1
* Provide ECDH_size().jsing2015-09-133-4/+11
* Check ECDH output buffer length and avoid truncation.jsing2015-09-133-6/+16
* Add Certplus CA root certificate:sthen2015-09-131-0/+86