mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 11:59:03 +00:00
Upgrading shipped OpenSSL for Windows to 0.9.8i, which contains
some bug fixes and precautionary measures. A 0.9.9 release is already mentioned in their online changelog (with a whole lot of entries), but there is no set release date that I've seen. Tested on XP with Nmap and Ncat.
This commit is contained in:
@@ -281,6 +281,7 @@ int RSA_print_fp(FILE *fp, const RSA *r,int offset);
|
||||
int RSA_print(BIO *bp, const RSA *r,int offset);
|
||||
#endif
|
||||
|
||||
#ifndef OPENSSL_NO_RC4
|
||||
int i2d_RSA_NET(const RSA *a, unsigned char **pp,
|
||||
int (*cb)(char *buf, int len, const char *prompt, int verify),
|
||||
int sgckey);
|
||||
@@ -294,6 +295,7 @@ int i2d_Netscape_RSA(const RSA *a, unsigned char **pp,
|
||||
RSA *d2i_Netscape_RSA(RSA **a, const unsigned char **pp, long length,
|
||||
int (*cb)(char *buf, int len, const char *prompt,
|
||||
int verify));
|
||||
#endif
|
||||
|
||||
/* The following 2 functions sign and verify a X509_SIG ASN1 object
|
||||
* inside PKCS#1 padded RSA encryption */
|
||||
|
||||
Reference in New Issue
Block a user