Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the meaning of the file name ? #14

Open
shiwanghua opened this issue Sep 20, 2024 · 1 comment
Open

What's the meaning of the file name ? #14

shiwanghua opened this issue Sep 20, 2024 · 1 comment

Comments

@shiwanghua
Copy link

shiwanghua commented Sep 20, 2024

ase18_debug/openssl_debug/OpenSSL_1_0_1u/openssl-OpenSSL_1_0_1u_gcc-8.2.0_mipseb_32_O2_libcrypto.so.elf

ase18_debug/openssl_debug/OpenSSL_1_0_1u/openssl-OpenSSL_1_0_1u_gcc-8.2.0_mipseb_32_O3_libssl.so.elf

Are these the binaries of openssl program ?

What's the meaning of 'crypto' and 'ssl' ?

@0xdkay
Copy link
Collaborator

0xdkay commented Sep 25, 2024

@shiwanghua, they are library files you can obtain by compiling the openssl source code. Check this.

libssl an implementation of all TLS protocol versions up to TLSv1.3 (RFC 8446), DTLS protocol versions up to DTLSv1.2 (RFC 6347) and the QUIC (currently client side only) version 1 protocol (RFC 9000).

libcrypto a full-strength general purpose cryptographic library. It constitutes the basis of the TLS implementation, but can also be used independently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants