| Commit message (Expand) | Author | Age | Files | Lines |
* | When describing v3 crypt, be specific as to which machine was simulated. | jsg | 2025-01-09 | 1 | -3/+3 |
* | make login.conf(5) and crypt_newhash(3) and the underlying code | deraadt | 2024-01-22 | 1 | -2/+2 |
* | remove unused blowfish inline defines | jsg | 2022-08-28 | 1 | -8/+1 |
* | fix indent | tb | 2022-07-31 | 1 | -2/+2 |
* | Randomise the rekey interval a little. Previously, the chacha20 | djm | 2022-07-31 | 1 | -2/+8 |
* | Remove unused ivbits argument from chacha_keysetup to match other | dtucker | 2022-02-28 | 2 | -4/+4 |
* | Niels agreed to remove the advertising clause; switching these | djm | 2021-11-29 | 2 | -11/+5 |
* | add missing .h file include | deraadt | 2021-10-29 | 1 | -2/+3 |
* | Add support for timeconting in userland. | pirofti | 2020-07-06 | 1 | -3/+3 |
* | zap trailing whitespace; | jmc | 2019-09-29 | 1 | -3/+3 |
* | Xr random 4 in a better way | deraadt | 2019-09-28 | 1 | -3/+5 |
* | correct mispellings of EACCES; from Kris Katterjohnlibressl-v3.0.0 | deraadt | 2019-07-29 | 1 | -3/+3 |
* | In the incredibly unbelievable circumstance where _rs_init() fails to | deraadt | 2019-03-24 | 1 | -2/+2 |
* | include stdint.h over sys/types.h | bcook | 2019-01-20 | 1 | -2/+2 |
* | zap trailing whitespace; | jmc | 2017-07-22 | 1 | -2/+2 |
* | rework the page a bit, clarify a few things, maybe better wording | tedu | 2017-07-22 | 1 | -8/+13 |
* | Pull in <time.h> for clock_gettime() | guenther | 2016-08-26 | 1 | -1/+2 |
* | increase the minimum for auto rounds to 6. that was the previous low bound | tedu | 2016-06-26 | 1 | -2/+2 |
* | for some time now mandoc has not required MLINKS to function | jmc | 2016-03-30 | 1 | -8/+1 |
* | update NAME section to include all documented functions, | jmc | 2015-11-10 | 1 | -3/+3 |
* | Wrap <pwd.h> so that calls go direct and the symbols are all weak. | guenther | 2015-09-13 | 2 | -7/+8 |
* | The number of rounds is just two digits in the salt. We've already | millert | 2015-09-13 | 1 | -2/+2 |
* | Wrap <stdlib.h> so that calls go direct and the symbols not in the | guenther | 2015-09-13 | 2 | -2/+5 |
* | Wrap <unistd.h> so that internal calls go direct and they're all weak symbols | guenther | 2015-09-12 | 2 | -2/+6 |
* | Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct | guenther | 2015-09-11 | 1 | -1/+14 |
* | Add support for building arc4random with MSVC. | bcook | 2015-09-10 | 1 | -7/+8 |
* | call it bcrypt in the man page too | tedu | 2015-07-23 | 1 | -3/+3 |
* | permit "bcrypt" as an alias for "blowfish". this is, after all, what | tedu | 2015-07-23 | 1 | -11/+27 |
* | Unbreak, add errno header | jeremy | 2015-07-18 | 1 | -1/+2 |
* | set errno in null cases, just in case. | tedu | 2015-07-18 | 1 | -2/+3 |
* | standards compliant error return (null). will make ruby happier, at least. | tedu | 2015-07-18 | 1 | -5/+2 |
* | If crypt(3) is called with an unknown setting, return NULL instead | bluhm | 2015-05-13 | 1 | -1/+3 |
* | bludgeon DES support out of crypt. long live the bcrypt. | tedu | 2015-04-06 | 2 | -761/+9 |
* | we don't let strtonum errors bleed through now. | tedu | 2015-02-24 | 1 | -4/+2 |
* | Set errno to EINVAL, instead of letting ERANGE escape out. | tedu | 2015-02-24 | 1 | -2/+4 |
* | use a width specifier for lists, and Sq rather than Dq for single letters | jmc | 2015-02-11 | 1 | -3/+3 |
* | the possible algos for pref should be documented here | tedu | 2015-02-11 | 1 | -4/+11 |
* | dial the time back to about 0.1s, closer to the original targets and | tedu | 2015-01-28 | 1 | -4/+4 |
* | Move to the <limits.h> universe. | deraadt | 2015-01-16 | 2 | -4/+2 |
* | remove unused variable | chl | 2015-01-15 | 1 | -2/+1 |
* | back in september I did the large abstraction refactoring to allow these | deraadt | 2015-01-15 | 2 | -2/+4 |
* | rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks, | tedu | 2015-01-12 | 1 | -9/+9 |
* | stupid me. need errno.h | tedu | 2015-01-07 | 1 | -1/+2 |
* | set errno = EINVAL for invalid salts and hashes in most functions. | tedu | 2015-01-07 | 1 | -12/+20 |
* | convert clock() to clock_gettime() for improved precision (and accuracy?) | tedu | 2015-01-05 | 1 | -7/+9 |
* | copy bcrypt autotune from encrypt(1) and expose via crypt_newhash | tedu | 2014-12-30 | 2 | -5/+43 |
* | simplify crypt_checkpass. The API promise is that this function doesn't | tedu | 2014-12-24 | 1 | -11/+5 |
* | delete documentation for deleted DES interfaces | tedu | 2014-12-08 | 2 | -87/+3 |
* | remove setkey and encrypt interfaces. they are useless and dangerous. | tedu | 2014-12-08 | 3 | -116/+9 |
* | macro cleanup; kaspars at bankovskis dot net | schwarze | 2014-12-02 | 2 | -49/+55 |