summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Stop being a dummy... presumably these are left overs from pedantic modejsing2014-05-151-2/+0
* knfectomie.jsing2014-05-081-653/+818
* Emergency knfectomie requested by tedu@.jsing2014-05-0830-6133/+6618
* with the first bug it uncovered fixed, clear all bignums again.tedu2014-05-071-17/+9
* in BN_clear_free, don't cleanse the data if the static data flag is set.tedu2014-05-071-3/+2
* revert, thanks sthentedu2014-05-071-9/+17
* inspired by a cloudflare diff, cleanse old memory when expanding a bignum.tedu2014-05-051-17/+9
* typosmiod2014-05-031-2/+2
* More use of 64-bit registers which needs to be disabled under OpenBSD.miod2014-05-021-0/+2
* Do not output SOM-specific directives.miod2014-05-011-0/+6
* Fix include filename to get register name aliases under BSDmiod2014-05-011-6/+1
* Pass -Werror in the !BN_LLONG !BN_UMULT_LOHI !BN_UMULT_HIGH case.miod2014-05-011-4/+4
* dead meatmiod2014-05-012-2528/+0
* First pass at removing win64 support from the assembly generating Perljsing2014-04-302-286/+0
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-282-10/+1
* Try to clean the maze of <openssl/bn.h> defines regarding the BN internals.miod2014-04-2410-227/+25
* One last Dec C tentacle on alpha.miod2014-04-231-4/+1
* When I grow up, I want to write workaround for long long multiplicationsmiod2014-04-231-15/+0
* Remove IRIX_CC_BUG workaround.miod2014-04-231-6/+0
* I'm glad to know that Ultrix CC has a bug optimizing switch() statementsmiod2014-04-231-5/+0
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-232-2/+2
* Remove meat which either duplicates code found in apps/, or is only of valuemiod2014-04-224-661/+0
* theo found a file we don't seem to need, but just in case, i will pastetedu2014-04-201-3/+0
* Lacking a proof that--for this implementation--exposure of Montgomeryguenther2014-04-192-7/+7
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-4/+4
* Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler,miod2014-04-181-1/+3
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-9/+0
* Nuke BN_DEBUG_LEVITTEmiod2014-04-171-10/+0
* todo: do not leave 15 year old todo lists in the tree.miod2014-04-171-3/+0
* Use of OPENSSL_SYS_xxx defines in public header files considered harmful.miod2014-04-171-6/+1
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-179-42/+42
* RAND_seed now does nothing, so skip the operationderaadt2014-04-171-6/+0
* we don't use these files for buildingtedu2014-04-151-179/+0
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-4/+0
* Go home, VMS, you're drunkmiod2014-04-152-6508/+0
* No licence.miod2014-04-151-41/+0
* Moved to regress/lib/libcrypto.miod2014-04-152-2217/+0
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-4/+4
* So the OpenSSL codebase does "get the time, add it as a random seed"deraadt2014-04-141-3/+0
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-196/+0
* replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@,sthen2014-04-143-54/+32
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-136-26/+106
* This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-137-32/+36
|\
| * Import OpenSSL 1.0.1gmiod2014-04-1314-75/+150
* | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-141-17/+8
* | import files that CVS missed; sighdjm2012-10-131-0/+272
* | resolve conflictsdjm2012-10-1312-491/+734
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-1316-248/+10473
|\|
| * import OpenSSL-1.0.1cdjm2012-10-1326-732/+11172
* | OpenSSL 1.0.0f: mergedjm2012-01-051-14/+23