summaryrefslogtreecommitdiffstats
path: root/cipher-aes.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - djm@cvs.openbsd.org 2003/11/26 21:44:29Darren Tucker2003-12-091-1/+1
| | | | | | [cipher-aes.c] fix #ifdef before #define; ok markus@ (RCS ID sync only, Portable already had this)
* - (djm) Sync with V_3_7 branch:Damien Miller2003-09-231-0/+4
| | | | | | | | | | | - (djm) Fix SSH1 challenge kludge - (djm) Bug #671: Fix builds on OpenBSD - (djm) Bug #676: Fix PAM stack corruption - (djm) Fix bad free() in PAM code - (djm) Don't call pam_end before pam_init - (djm) Enable build with old OpenSSL again - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
* - (djm) Fix use of macro before #define in cipher-aes.cDamien Miller2003-06-021-2/+2
|
* - markus@cvs.openbsd.org 2003/05/15 03:08:29Damien Miller2003-05-151-0/+156
[cipher.c cipher-bf1.c cipher-aes.c cipher-3des1.c] split out custom EVP ciphers