author | Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp> | |
Tue, 16 Feb 2010 06:34:07 +0000 (22:34 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 17 Feb 2010 18:30:43 +0000 (10:30 -0800) | ||
commit | ae9c606ed228ea6a17ddde3a1e26451d02f51df7 | |
tree | 6e0d24b6b69d2f2fd254419dd8451c5936334308 | tree | snapshot |
parent | 7e5eb8f1834722507e2d2171a253b78b1d924458 | commit | diff |
imap-send: support CRAM-MD5 authentication
CRAM-MD5 authentication ought to be independent from SSL, but NO_OPENSSL
build will not support this because the base64 and md5 code are used from
the OpenSSL library in this implementation.
Signed-off-by: Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
CRAM-MD5 authentication ought to be independent from SSL, but NO_OPENSSL
build will not support this because the base64 and md5 code are used from
the OpenSSL library in this implementation.
Signed-off-by: Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-imap-send.txt | diff | blob | history | |
imap-send.c | diff | blob | history |