2046 Commits (d8afe995b1f4a119773e3043ad783bc1e02ba67e)

Author SHA1 Message Date
  tedu f560a5c78d lsearch and lfind return void * 9 years ago
  jmc a4b14a72e4 use a width specifier for lists, and Sq rather than Dq for single letters 9 years ago
  tedu 486708efb7 the possible algos for pref should be documented here 9 years ago
  jsing 9282f51280 unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to 9 years ago
  jsing 71b2d0a64a Remove RC5 code - this is not currently enabled and is not likely to ever 9 years ago
  jsing 2b9dce95cd Remove crypto/store - part of which is "currently highly experimental". 9 years ago
  jsing e928a301f0 Crank major for libcrypto since symbols have been removed. 9 years ago
  dlg eed98717a6 userland gets static on functions only used within a file. 9 years ago
  jsing b22634d3c6 Combine c_allc.c and c_alld.c into c_all.c - there is not much point having 9 years ago
  millert b1bfe035b7 Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ 9 years ago
  schwarze cdb05c968a macro fixes from Kaspars at Bankovskis dot net; 9 years ago
  schwarze 72a38c830c Use .Rv where appropriate, and move it to RETURN VALUES; 9 years ago
  tedu 29b14402f1 dial the time back to about 0.1s, closer to the original targets and 9 years ago
  reyk 2f3cb396e7 Add X509_STORE_load_mem() to load certificates from a memory buffer 9 years ago
  bcook 3856d7a152 Add arc4random/getentropy shims for NetBSD. 9 years ago
  tedu dcb96ce7a3 Improve wording in alloca. 9 years ago
  deraadt 75d428b273 Move to the <limits.h> universe. 9 years ago
  schwarze 3772d4b01b remove .Tn; from Jan Stary <hans at stare dot cz> 9 years ago
  chl 2c03498197 remove unused variable 9 years ago
  millert 1a5ffaf941 Use explicit_bzero instead of memset in hash Final and End functions. 9 years ago
  deraadt 345209bd2a back in september I did the large abstraction refactoring to allow these 9 years ago
  millert 70272b819c Make strlcpy/strlcat slightly easier to read. 9 years ago
  tedu 94520ae40e rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks, 9 years ago
  deraadt 8ab45b8557 missing , found by Dongsheng Song 9 years ago
  deraadt 1eaa32d2da declare a local version of MIN(), call it MINIMUM() 9 years ago
  deraadt 474792cd61 declare a local version of MIN(), call it MINIMUM() 9 years ago
  deraadt c7195d4619 Do not need sys/param.h 9 years ago
  tedu 3e66a761e0 stupid me. need errno.h 9 years ago
  tedu f2faceb1ea set errno = EINVAL for invalid salts and hashes in most functions. 9 years ago
  bcook bfaebb4169 mix in more virtual memory and process information 9 years ago
  bcook 015bfd5abc add initial HP-UX getentropy/arc4random support. 9 years ago
  tedu 06084f37f2 rename kern enter/exit macros to malloc enter/leave to better reflect 9 years ago
  tedu 6758bf4952 convert clock() to clock_gettime() for improved precision (and accuracy?) 9 years ago
  tedu 7387fe8b05 copy bcrypt autotune from encrypt(1) and expose via crypt_newhash 9 years ago
  djm 0f0ceb5483 typo in comment: ouput => output 9 years ago
  benno f0ed57e872 return ERANGE instead of ENOMEM, so callers can differentiate real oom 9 years ago
  tedu 6ae58cad45 simplify crypt_checkpass. The API promise is that this function doesn't 9 years ago
  tedu 1b9ff6ebe7 be like the kernel and only unroll if not small 9 years ago
  deraadt 0dc2c70460 i386 unrolling blows up the media in a big way, due to -Os for 9 years ago
  tedu 29c323adc2 only unroll on i386 and amd64 (where confirmed to be much faster). 9 years ago
  tedu b3da475e6b unroll loops. much faster on amd64. ok deraadt millert 9 years ago
  sthen fc55253b4e typo; ok deraadt 9 years ago
  deraadt eb5fb39e0c warn for correct symbol 9 years ago
  schwarze 493a019ded catch up with swab.c rev. 1.9: 9 years ago
  tedu 628b1ad074 update swab() to match the current posix definition. "rationale: none." 9 years ago
  jmc ddf1617c43 Xr and Ox fixes; 9 years ago
  deraadt bb5edfc4b2 random seed buffer must be unsigned 9 years ago
  jmc 8554fcd94c no more string(3); 9 years ago
  jmc f0df998b74 fix NAME; 9 years ago
  deraadt a03b475103 improve warnings from rand_r(), rand(), and random() 9 years ago