ESAPI-C 1.0
The OWASP Enterprise Security API for C

canonicalize.h File Reference

Canonicalization module header. More...

#include <stdlib.h>
#include <stdbool.h>
#include "codec.h"

Go to the source code of this file.

Functions

char * esapi_canonicalize (const char *, codec *, int, bool)
 Fully decode the given character array with the given codecs.

Detailed Description

Canonicalization module header.

Since:
January 30, 2011

Definition in file canonicalize.h.


Function Documentation

char* esapi_canonicalize ( const char *  ,
codec ,
int  ,
bool   
)

Fully decode the given character array with the given codecs.

This function will successfully decode strings that have been encoded with multiple codecs as well as multiple times with any one codec.

Definition at line 120 of file canonicalize.c.

 All Data Structures Files Functions Variables Typedefs Defines