summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* remove a test directory. If anyone wants something this again, this isderaadt2014-04-1511-1826/+0
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-1522-4669/+4676
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-1525-69/+69
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-1511-1970/+1994
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-1525-1789/+1834
* remove pentium specific benchmark codejsg2014-04-159-652/+0
* correct cases of code occuring directly after goto/break/returnjsg2014-04-151-1/+0
* revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downsidesthen2014-04-142-0/+6
* Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); movemiod2014-04-144-1460/+38
* used for windows dll builds onlymiod2014-04-142-4634/+0
* unifdef -U OPENBSD_DEV_CRYPTO and OPENSSL_OPENBSD_DEV_CRYPTO. This code was themiod2014-04-143-459/+0
* 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-1456-5934/+0
* Remove the GMP engine: It was an experimental engine using libgmp asreyk2014-04-143-9/+0
* Remove the CAPI engine: It is a backend for the Windows CryptoAPI andreyk2014-04-142-4/+0
* replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@,sthen2014-04-144-54/+33
* Remove the nuron engine. The static engine is not standalone and thereyk2014-04-143-5/+0
* Remove the nCipher CHIL engine. It is not standalone and depends onreyk2014-04-144-26/+0
* Don't bother compiling files which end up containingmiod2014-04-145-1293/+2
* two SHUTDOWN2 got away; noticed by beckderaadt2014-04-142-2/+4
* Use shutdown(s, SHUT_RDWR) instead of shutdown(s, 2).matthew2014-04-132-2/+2
* Cope with the removal of openssl/symhacks.hderaadt2014-04-1314-22/+1
* Remove various horrible socket syscall wrappers, especially SHUTDOWN*deraadt2014-04-138-67/+67
* Flense a variety of windows support stuff, and a strange gettimeofday function.beck2014-04-131-12/+0
* symhacks for vms are no longer neededbeck2014-04-131-481/+0
* Remove vms support stuff.beck2014-04-133-153/+1
* Remove some stuff that isn't needed.beck2014-04-136-35/+35
* Remove the AEP engine: it is not standalone and doesn't seem to bereyk2014-04-133-5/+0
* Remove the Atalla engine: It is not standalone and depends on externalreyk2014-04-133-5/+0
* Remove the cswift engine: it is not standalone and we don't have thereyk2014-04-133-7/+0
* Remove the "sureware" engine:reyk2014-04-133-5/+0
* Remove the Broadcom ubsec engine:reyk2014-04-134-6/+0
* Remove the IBM 4758 engine: we don't have this hardware and it is anreyk2014-04-134-6/+0
* Don't edit on cvs. 23.1 as intended.miod2014-04-132-4/+4
* Do not install e_os.h, it is not an external header and should not be usedmiod2014-04-131-2/+1
* Move undocumented internal OPENSSL_DIR interface from libcrypto to libssl,miod2014-04-139-727/+2
* Crank libcrypto minor (addition of BN_consttime_swap and CRYPTO_memcmp)miod2014-04-132-2/+2
* No longer define OPENSSL_NO_EC_NISTP_64_GCC_128 on amd64; requested by djmmiod2014-04-132-6/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-13105-3260/+788
* This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-1367-276/+632
|\
| * Import OpenSSL 1.0.1gmiod2014-04-13148-568/+1532
* | This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-1312-418/+1346
|\ \
| * | Import OpenSSL 1.0.1gmiod2014-04-1315-431/+1355
* | | This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-132-2/+8
|\ \ \
| * | | Import OpenSSL 1.0.1gmiod2014-04-1315-153/+507
* | | | Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellmiod2014-04-1137-0/+13153
* | | | prepare manpages for new perl.espie2014-03-181-0/+2
* | | | Reliability fix for SHA384 SSL/TLS ciphers on strict alignmentjca2013-12-191-1/+8
* | | | Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned thematthew2013-05-301-2/+2
* | | | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-145-42/+216