openssl/crypto/dh
Geoff Thorpe 5cbc2e8bc1 Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,
dependant code has to directly increment the "references" value of each
such structure using the corresponding lock. Apart from code duplication,
this provided no "REF_CHECK/REF_PRINT" checking and violated
encapsulation.
2001-08-25 17:24:21 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
dh.h Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise, 2001-08-25 17:24:21 +00:00
dh192.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
dh512.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
dh1024.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
dh2048.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
dh4096.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
dh_asn1.c Get rid of ASN1_ITEM_FUNCTIONS dummy function 2001-02-23 12:47:06 +00:00
dh_check.c Constify DH-related code. 2000-11-07 14:30:37 +00:00
dh_err.c Make all configuration macros available for application by making 2001-02-19 16:06:34 +00:00
dh_gen.c New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access 2000-02-05 14:17:32 +00:00
dh_key.c length of secret exponent is needed only when we create one 2001-07-27 22:45:35 +00:00
dh_lib.c Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise, 2001-08-25 17:24:21 +00:00
dhtest.c Use new-style system-id macros everywhere possible. I hope I haven't 2001-02-20 08:13:47 +00:00
example Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
generate Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
Makefile.ssl Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
p192.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
p512.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
p1024.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00