2060 Commits (b8cd4e212a1f07447767fa3937f008476cf2728c)

Author SHA1 Message Date
  halex 3a717658e6 comment style fix 10 years ago
  deraadt 7fa36fd938 miod forgot about fcrypt_b.c being needed, before he went off to get his 10 years ago
  miod 30ccf3f156 Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to make 10 years ago
  tedu a894866510 missing NULL checks to see if init is needed. found hard way by deraadt. 10 years ago
  tedu 7100c7debd fix stupid commit 10 years ago
  tedu 54db51a88a use explicit_bzero 10 years ago
  tedu 54fc405fe7 clear a stack buffer with explicit_bzero 10 years ago
  tedu df773f2da3 move chacha context and buffer out of bss and allow mmap to place them 10 years ago
  miod 8f084c73f2 Enable assembler code for DES. Assembler code for BN is commented out as it 10 years ago
  deraadt 11e026e9b2 delete useless test code 10 years ago
  miod 9e87f680ad Enable the assembler code for BN, which was lost quite some time ago. 10 years ago
  miod 974c31ca77 Remove the !SSLASM conditional. Either there is an arch-specific Makefile.inc, 10 years ago
  miod 638fa5fb96 Enable assembler code for AES, DES, GCM, SHA1, SHA256 and SHA512. 10 years ago
  miod 8cbb01b51c Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512. 10 years ago
  miod 31c291d25f Correctly enable Montgomery code. 10 years ago
  tedu b213b4d39d now that 5.5 has been released with compatibility for 2b hashes, 10 years ago
  tedu 378adff9c2 1. Drop support for no minor. This variant doesn't exist anymore. 10 years ago
  miod c3f1c42b8f Enable assembler bits for BN (Montgomery), SHA1 and SHA256. 10 years ago
  miod 62cf4a9553 Correctly enable assembler Montgomery routine. 10 years ago
  miod d226e2231e Correctly enable assembler Montgomery routine. 10 years ago
  miod 4a6d2807e8 Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputes 10 years ago
  miod b3754d7e6e Disable assembler version of SHA512 for now, it produces wrong results. 10 years ago
  miod 4ccd8f7b9b Enable use of assembly code for AES, BN (Montgomery), SHA1, SHA256 and SHA512. 10 years ago
  miod ccdf39aa22 Enable use of the assembly code for BN (Montgomery) and SHA1. 10 years ago
  miod 5e5b6a434e Enable use of the assembly code for AES, BN, SHA1, SHA256 and SHA512. 10 years ago
  jmc 55b1910ad3 tweak previous; ok sthen 10 years ago
  miod f8379a3fa2 + e_chacha.c, and bump minor 10 years ago
  jsing 233036e0f3 Add ChaCha to libcrypto, based on djb's public domain implementation. 10 years ago
  tedu 74c23bc915 nibbles aren't enough random, use bytes. does a better job of picking 10 years ago
  sthen a82252ad47 first cut at documenting the change to malloc doing a partial 'junk' by 10 years ago
  jsing aafd2acc1e We do not need a separate file for two compatibility wrapper functions. 10 years ago
  tedu c0d30f0eb0 remove Z option and default to something halfway to J. 10 years ago
  espie 41f1e88953 explain a bit more what's going on for stupid me. 10 years ago
  otto 8a0e8854ef Better, cleaner hash function that computes the same on be and le archs. 10 years ago
  beck e96a30fc99 Make libssl and libcrypto compile with -Werror 10 years ago
  jmc c1238dcae0 - one more mallocarray -> reallocarray 10 years ago
  tedu 07d1cf3ec2 change mallocarray to reallocarray. useful in a few more situations. 10 years ago
  deraadt 58a64bf376 correct man page section 10 years ago
  deraadt 00d28c4faf Introducing: void *mallocarray(size_t nmemb, size_t size); 10 years ago
  guenther e004b9b14e Correctly document the return value of getenv(3) 10 years ago
  guenther 792be10b82 Chop off more SSLv2 tentacles and start fixing and noting y2038 issues. 10 years ago
  jmc b07eaf1c5d tweak previous; 10 years ago
  tedu fdb6f71674 one small tweak to avoid ever going off the end of a string. 10 years ago
  tedu 50bce974c2 improved checking for invalid hashes. from solar designer 10 years ago
  deraadt ce2837fd80 Use somewhat harsher language and better examples; demonstrate that 10 years ago
  miod 15e68710e4 Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler, 10 years ago
  tedu 26c463959c first round of static config. ok miod 10 years ago
  miod 039a3ba251 Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as there 10 years ago
  tedu b04cff92a8 we need to crank 10 years ago
  tedu 5c324aa8cb another round of chemo for the RAND code to provide clarity. 10 years ago