• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

OPENSSL-LICENSEH A D14-Aug-20206.1 KiB128120

READMEH A D14-Aug-2020977 2016

openssl_aes_cfb.cH A D14-Aug-20203.5 KiB8219

openssl_aes_core.cH A D14-Aug-202058.8 KiB1,3591,199

openssl_aes_local.hH A D14-Aug-20203.4 KiB8828

openssl_cbc_enc.cH A D14-Aug-20203.2 KiB622

openssl_cfb128.cH A D14-Aug-20207.2 KiB251170

openssl_des_enc.cH A D14-Aug-202010.3 KiB401289

openssl_des_local.hH A D14-Aug-202014.9 KiB447301

openssl_md32_common.hH A D14-Aug-202011.9 KiB407222

openssl_md5.cH A D14-Aug-20206.8 KiB182109

openssl_md5_local.hH A D14-Aug-20205 KiB13051

openssl_modes.hH A D14-Aug-20202.3 KiB6045

openssl_ncbc_enc.cH A D14-Aug-20205.1 KiB14982

openssl_set_key.cH A D14-Aug-202015.8 KiB407272

openssl_sha.hH A D14-Aug-20207.1 KiB200106

openssl_sha1.cH A D14-Aug-20203.2 KiB663

openssl_sha_local.hH A D14-Aug-202015.2 KiB437304

openssl_spr.hH A D14-Aug-20209.8 KiB205138

README

1This directory contains modified crypto code from OpenSSL
21.0.0.beta5.  Please see the OpenSSL license from that release in the
3OPENSSL-LICENSE which will apply if this code is selected.
4
5Net-SNMP may be compiled with this code using the
6--with-openssl=internal flag to the configure command line.
7
8Note: It is generally a better idea to link with the latest OpenSSL
9library rather than rely on this internal support, as the latest
10OpenSSL code may contain important security or other fixes that may
11not have been incorporated into this snapshot.  Small device vendors,
12however, have requested a stripped down version of the OpenSSL
13cryptography code in order to shrink their memory footprint and this
14feature provides such support.
15
16Note also that the new SNMP over DTLS, SNMP over TLS support also
17available in Net-SNMP 5.6 and beyond is incompatible with the internal
18version of the OpenSSL support since SNMP over (D)TLS requires the
19full TLS support available in OpenSSL.
20