/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththisfile,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef TLS_MUTATORS_H_ #define TLS_MUTATORS_H_
#include <cstddef> #include <cstdint>
// Number of additional bytes in the TLS header. // Used to properly skip DTLS seqnums. #ifdef IS_DTLS_FUZZ #define EXTRA_HEADER_BYTES 8 #else #define EXTRA_HEADER_BYTES 0 #endif
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.