Home
last modified time | relevance | path

Searched refs:SSLeay (Results 1 – 16 of 16) sorted by relevance

/external/openssh/
Dentropy.c216 if (!ssh_compatible_openssl(OPENSSL_VERSION_NUMBER, SSLeay())) in seed_rng()
218 "have %lx", (u_long)OPENSSL_VERSION_NUMBER, SSLeay()); in seed_rng()
DOVERVIEW42 - Uses the SSLeay BIGNUM sublibrary.
Dconfigure.ac2395 if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(),
2428 exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1);
Dconfigure21105 if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(),
21192 exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1);
/external/boringssl/src/include/openssl/
Dcrypto.h55 OPENSSL_EXPORT unsigned long SSLeay(void);
/external/boringssl/src/crypto/
Dcrypto.c132 unsigned long SSLeay(void) { in SSLeay() function
/external/openssh/contrib/
Dfindssl.sh80 int main(){printf("0x%08xL\n", SSLeay());}
/external/boringssl/
DNOTICE6 the OpenSSL License and the original SSLeay license apply to the toolkit.
68 Original SSLeay License
/external/boringssl/src/
DLICENSE12 OpenSSL License and the original SSLeay license apply to the toolkit. See below
74 Original SSLeay License
/external/curl/lib/
Dsetup-vms.h310 #define SSLeay SSLEAY macro
/external/curl/docs/
DHISTORY42 SSL support was added, powered by the SSLeay library.
63 OpenSSL took over where SSLeay was abandoned.
DMANUAL696 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:
DINTERNALS435 Originally libcurl supported SSLeay for SSL/TLS transports, but that was then
DFAQ828 connect to certain SSL servers when using SSLeay or OpenSSL v0.9+. The
/external/curl/lib/vtls/
Dopenssl.c3145 ssleay_value=SSLeay(); in Curl_ossl_version()
/external/curl/
DCHANGES.06321 - 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://)