aeb97e6c | 17-Apr-2019 |
zrj <rimvydas.jasinskas@gmail.com> |
lib/libcrypt: Use md5 internally from omd.
The libcrypt can be converted to use LibreSSL MD5 API, but to ensure compatibility between OpenSSL and LibreSSL for now use private md5. Mark with WITH_OPE
lib/libcrypt: Use md5 internally from omd.
The libcrypt can be converted to use LibreSSL MD5 API, but to ensure compatibility between OpenSSL and LibreSSL for now use private md5. Mark with WITH_OPENSSL that it is ready.
show more ...
|
3335347c | 21-Jan-2012 |
Thomas Nikolajsen <thomas@dragonflybsd.org> |
crypt.3: Update algorithm numbers ($N$)
Fix algorithm number for Blowfish, SHA256 and SHA512, note that existing SHA256 and SHA512 implementations are deprecated and add new implementations.
While
crypt.3: Update algorithm numbers ($N$)
Fix algorithm number for Blowfish, SHA256 and SHA512, note that existing SHA256 and SHA512 implementations are deprecated and add new implementations.
While here add missing line breaks at end of sentence.
show more ...
|