1. ssl - OpenSSL compilation issue with SSL_export_keying ...

    https://stackoverflow.com/questions/26031239/openssl-compilation...

    I am trying to call the method SSL_export_keying_material() from an SSL Client program. However calling this method fails the program compilation. I get the following ...

    • Code sample

      $ nm /usr/local/ssl/macosx-x64/lib/libssl.a | grep SSL_export_keying_material
      ...
      0000000000002810 T _SSL_export_keying_material
      00000000000068c8 S _SSL_export_keying_material.eh
  2. SSL_export_keying_material - TLS1.2 supported? · Issue ...

    https://github.com/openssl/openssl/issues/929

    Hi, I'm not 100% sure about the code, but in wpa_supplicant the method export_keying_material of TLS1.2 is used, this generate …

  3. SslExportKeyingMaterial function (Windows)

    https://msdn.microsoft.com/en-us/library/windows/desktop/mt803272...

    Exports keying material per the RFC 5705 standard. This function uses the TLS pseudorandom function to produce a byte buffer of keying material. It takes a reference ...

  4. Use SSL_export_keying_material for TLSv1.2 PRF ... - …

    https://github.com/FreeRADIUS/freeradius-server/commit/bdff82cdc5...

    freeradius-server - FreeRADIUS - A multi-protocol policy server.

  5. encryption - WebRTC SRTP decryption - Stack Overflow

    https://stackoverflow.com/questions/22692109

    WebRTC SRTP decryption. Ask Question. ... ( dtls->ssl ); /* SSL_export_keying_material exports a value derived from the master secret, * as specified in RFC 5705.

  6. Symbol: SSL_export_keying_material - ABI laboratory

    https://abi-laboratory.pro/.../symbols/SSL_export_keying_material.html

    Stack frame layout. Offset Contents Type; local space, return address, etc. ... Registers usage

  7. ISSN: 2070-1721 Keying Material Exporters for Transport ...

    https://www.rfc-editor.org/rfc/pdfrfc/rfc5705.txt.pdf · PDF file

    ... 2070-1721 Keying Material Exporters for ... These applications imply a need to be able to export keying material ... application using the keying material has ...

  8. 0012959: SSL_export_keying_material value doesn't …

    https://bugs.centos.org/view.php?id=12959

    0012959: SSL_export_keying_material value doesn't agree with other platforms when using some ciphers: ... on CentOS 6.8 and shows that the "Keying material" shown by ...

  9. CNG SSL Provider Functions (Windows) - …

    https://msdn.microsoft.com/en-us/library/windows/desktop/ff468652

    CNG Reference CNG SSL Provider Functions. CNG SSL Provider Functions. ... SslExportKeyingMaterial. SslFreeBuffer. SslFreeObject. SslGenerateMasterKey ...

  10. OpenSSL - User - How to use a binary public key | Page 3

    openssl.6102.n7.nabble.com › OpenSSL - User

    [Page 3] How to use a binary public key. Hello all - I have a need to send a bit of RSA encrypted data to a device. The device will provide it's public key via SNMP ...