Add JPAKE.
authorBen Laurie <ben@openssl.org>
Sun, 26 Oct 2008 18:42:05 +0000 (18:42 +0000)
committerBen Laurie <ben@openssl.org>
Sun, 26 Oct 2008 18:42:05 +0000 (18:42 +0000)
commit2124e869a8da94e0540d44df15bbf6007da3bf91
tree62394b46b1fb0360d4285323abf5a48dad36ce36
parent3b668eedda78fcf712198b3d7c433a67989da407
Add JPAKE.
29 files changed:
CHANGES
Makefile.org
apps/Makefile
apps/apps.c
apps/apps.h
apps/s_client.c
apps/s_server.c
crypto/crypto.h
crypto/des/Makefile
crypto/err/Makefile
crypto/err/err.h
crypto/err/err_all.c
crypto/err/err_str.c
crypto/err/openssl.ec
crypto/jpake/.cvsignore [new file with mode: 0644]
crypto/jpake/Makefile [new file with mode: 0644]
crypto/jpake/jpake.c [new file with mode: 0644]
crypto/jpake/jpake.h [new file with mode: 0644]
crypto/jpake/jpake_err.c [new file with mode: 0644]
crypto/jpake/jpaketest.c [new file with mode: 0644]
crypto/mem.c
fips/aes/Makefile
fips/des/Makefile
fips/dh/Makefile
fips/dsa/Makefile
fips/hmac/Makefile
fips/rsa/Makefile
fips/sha/Makefile
test/Makefile