mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
pgcrypto update:
* openssl.c: Add 3des and AES support * README.pgcrypto: list only supported ciphers for openssl OpenSSL has pre-processor symbol OPENSSL_NO_AES, which isn't that helpful for detecting if it _does_ exist. Thus the hack with AES_ENCRYPT. Marko Kreen
This commit is contained in:
@ -178,10 +178,9 @@ internal (default):
|
||||
Ciphers: Blowfish, Rijndael-128
|
||||
|
||||
|
||||
OpenSSL (0.9.6):
|
||||
OpenSSL (0.9.7):
|
||||
Hashes: MD5, SHA1, RIPEMD160, MD2
|
||||
Ciphers: DES, DESX, DES3, RC5, RC4, RC2, IDEA,
|
||||
Blowfish, CAST5
|
||||
Ciphers: Blowfish, AES, CAST5, DES, 3DES
|
||||
License: BSD-like with strong advertisement
|
||||
Url: http://www.openssl.org/
|
||||
|
||||
|
Reference in New Issue
Block a user