2019-08-14 20:12:06 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen 1.8.15" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > SSLClient: SSLObj Namespace Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */< / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > SSLClient
2020-02-10 20:38:06 +01:00
  < span id = "projectnumber" > v1.5.0< / span >
2019-08-14 20:12:06 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */< / script >
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespace_s_s_l_obj.html','');});
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#func-members" > Functions< / a > < / div >
< div class = "headertitle" >
< div class = "title" > SSLObj Namespace Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > This namespace works with raw DER byte arrays for use later with TLS mutual auth.
< a href = "#details" > More...< / a > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a9a58d01c9073b90f2b42c655828aea6d" > < td class = "memItemLeft" align = "right" valign = "top" > const std::vector< unsigned char >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespace_s_s_l_obj.html#a9a58d01c9073b90f2b42c655828aea6d" > make_vector_pem< / a > (const char *data, const size_t len)< / td > < / tr >
< tr class = "memdesc:a9a58d01c9073b90f2b42c655828aea6d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Convert a PEM buffer into a vector of raw DER bytes. < a href = "#a9a58d01c9073b90f2b42c655828aea6d" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a9a58d01c9073b90f2b42c655828aea6d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < p > This namespace works with raw DER byte arrays for use later with TLS mutual auth. < / p >
< p > < a class = "el" href = "_s_s_l_obj_8h.html" > SSLObj.h< / a > < / p >
< p > This file contains a utility class to take PEM input and store it as a DER object for later use by BearSSL.This namespace was created to store some of the values stored in < a class = "el" href = "struct_s_s_l_client_parameters.html" title = "This struct stores data required for SSLClient to use mutual authentication." > SSLClientParameters< / a > , which allow BearSSL use client certificates when creating a TLS connection. Since most certificates are transmitted over the internet in PEM format, a certificate can be provided in PEM or DER format, and will be converted internally to DER format for later use. < / p >
< / div > < h2 class = "groupheader" > Function Documentation< / h2 >
< a id = "a9a58d01c9073b90f2b42c655828aea6d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9a58d01c9073b90f2b42c655828aea6d" > ◆ < / a > < / span > make_vector_pem()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > const std::vector< unsigned char > SSLObj::make_vector_pem < / td >
< td > (< / td >
< td class = "paramtype" > const char *  < / td >
< td class = "paramname" > < em > data< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const size_t  < / td >
< td class = "paramname" > < em > len< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Convert a PEM buffer into a vector of raw DER bytes. < / p >
< p > This function takes a PEM buffer (e.g. < code > ----BEGIN CERTIFICATE...< / code > ) and converts it into a vector of raw bytes. The bytes given to this function must:< / p > < ul >
< li > Contain both the < code > -----BEGIN XXX-----< / code > and < code > -----END XXX-----< / code > strings. These are removed during processing.< / li >
< li > Have a base64 encoded body< / li >
< li > Only contain a single object (certificate, private key, etc.).< / li >
< / ul >
< dl class = "section return" > < dt > Returns< / dt > < dd > The raw bytes decoded from the PEM file. < / dd > < / dl >
< / div >
< / div >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespace_s_s_l_obj.html" > SSLObj< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.15 < / li >
< / ul >
< / div >
< / body >
< / html >