Searched refs:SSLeay (Results 1 – 16 of 16) sorted by relevance
/external/openssh/ |
D | entropy.c | 216 if (!ssh_compatible_openssl(OPENSSL_VERSION_NUMBER, SSLeay())) in seed_rng() 218 "have %lx", (u_long)OPENSSL_VERSION_NUMBER, SSLeay()); in seed_rng()
|
D | OVERVIEW | 42 - Uses the SSLeay BIGNUM sublibrary.
|
D | configure.ac | 2395 if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(), 2428 exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1);
|
D | configure | 21105 if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(), 21192 exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1);
|
/external/boringssl/src/include/openssl/ |
D | crypto.h | 55 OPENSSL_EXPORT unsigned long SSLeay(void);
|
/external/boringssl/src/crypto/ |
D | crypto.c | 132 unsigned long SSLeay(void) { in SSLeay() function
|
/external/openssh/contrib/ |
D | findssl.sh | 80 int main(){printf("0x%08xL\n", SSLeay());}
|
/external/boringssl/ |
D | NOTICE | 6 the OpenSSL License and the original SSLeay license apply to the toolkit. 68 Original SSLeay License
|
/external/boringssl/src/ |
D | LICENSE | 12 OpenSSL License and the original SSLeay license apply to the toolkit. See below 74 Original SSLeay License
|
/external/curl/lib/ |
D | setup-vms.h | 310 #define SSLeay SSLEAY macro
|
/external/curl/docs/ |
D | HISTORY | 42 SSL support was added, powered by the SSLeay library. 63 OpenSSL took over where SSLeay was abandoned.
|
D | MANUAL | 696 N. Henson has written a patch for SSLeay that adds this functionality. You 697 can get his patch (that requires an SSLeay installation) from his site at:
|
D | INTERNALS | 435 Originally libcurl supported SSLeay for SSL/TLS transports, but that was then
|
D | FAQ | 828 connect to certain SSL servers when using SSLeay or OpenSSL v0.9+. The
|
/external/curl/lib/vtls/ |
D | openssl.c | 3145 ssleay_value=SSLeay(); in Curl_ossl_version()
|
/external/curl/ |
D | CHANGES.0 | 6321 - Fixed the configure's check for old-style SSLeay headers since I fell over a 16838 0.9.2b, although still occurs when I run the ~100 years old SSLeay 0.8.0. I 16839 don't know whether it is curl or SSLeay that is to blame for that. 17059 best way. SSLeay 0.8.0 shouldn't be that much in use anyway these days! 17485 - A note here, since I've received mail about it. SSLeay versions prior to 17699 - Added SSL / SSLeay support (https://)
|