1
0
Fork 0

Needed for salmon which seems to have a fixation with forcing you to encode/decode ASN.1. Sick.

This commit is contained in:
Mike Macgirvin 2010-10-07 02:53:31 -07:00
commit 4daed0a009
23 changed files with 16337 additions and 0 deletions

43
phpsec/docbook.css Normal file
View file

@ -0,0 +1,43 @@
body {
font-family: Georgia, "Times New Roman", Times, serif
}
div.author h3 {
display: none
}
a {
text-decoration: none;
color: #369
}
a:hover {
text-decoration: underline
}
.programlisting {
font-family: Monaco, "Andale Mono","Courier New", Courier, mono;
font-size: 10pt
}
.programlisting, .code {
background: #eee;
color: #181;
font-weight: bold
}
.red {
color: #e11
}
.highlight {
background: #ee1
}
thead {
background: #ccc
}
#crypt_aes_benchmarks_table.tbody {
font-weight: bold
}