Commit graph

255 commits

Author SHA1 Message Date
Florian Weimer
e97e4dc0e0 C: Add example for unsigned overflow check 2014-06-06 16:49:27 +02:00
Florian Weimer
01bd3904dc Serialization: Add section on fragmentation and reassembly 2014-06-06 15:03:32 +02:00
Florian Weimer
f5803d1403 Packaging: Adjust RPM flags of key-related files 2014-06-06 13:33:44 +02:00
Florian Weimer
11ef1e6260 Packaging: Fix RPM macro issue 2014-06-06 13:33:44 +02:00
Florian Weimer
dc0ff1a16e Packaging: Add section on delayed certificate generation 2014-06-06 13:33:44 +02:00
Eric Christensen
d335815349 Added instructions for generating ECDSA keys 2014-05-30 09:49:40 -04:00
Eric Christensen
72a9fc4d7c Added installation instructions 2014-05-30 09:16:12 -04:00
Eric Christensen
cd5d541f38 Merge branch 'master' of git+ssh://git.fedorahosted.org/git/secure-coding 2014-05-30 09:07:58 -04:00
Eric Christensen
56f351145b Added RSA key generation procedures 2014-05-30 09:07:40 -04:00
Florian Weimer
a9229ae8c6 Add auto-generated XML for the Go code snippets 2014-05-30 14:30:31 +02:00
Eric Christensen
76d368729c Added cipher suite list for HIGH, MEDIUM, LOW, and EXPORT. 2014-05-29 15:16:08 -04:00
Eric Christensen
caf2443da9 Marked guide as draft 2014-05-29 14:53:03 -04:00
Eric Christensen
547d801744 Merge branch 'master' of git+ssh://git.fedorahosted.org/git/secure-coding 2014-05-29 11:53:43 -04:00
Eric Christensen
e9907e4c0b Started OpenSSL chapter and added it to the guide for testing 2014-05-29 11:53:01 -04:00
Hubert Kario
c0c8caa876 securing TLS - explain SSLRandomSeed further
Add infrmation why certain values for SSLRandomSeed
make sense and which values are acceptable if we want
to preserve security of connections
2014-05-29 17:52:41 +02:00
Eric Christensen
41d933e2db Added productnumber back in until I can figure out how to remove it and still make the guide build 2014-05-29 11:05:58 -04:00
Eric Christensen
7c3af12ea2 Updated abstract and description 2014-05-28 22:41:13 -04:00
Eric Christensen
167374cdff Added copyright owner 2014-05-28 22:35:46 -04:00
Eric Christensen
f62a564240 Fixed the Rev Hx for initial creation 2014-05-28 22:34:31 -04:00
Eric Christensen
0c41b02783 Added myself to the author list 2014-05-28 22:33:34 -04:00
Eric Christensen
6f16df3295 Finished annotating the ssl.conf file example 2014-05-28 22:31:48 -04:00
Eric Christensen
25f7118e6d Started working on explaining the mod_ssl config file. 2014-05-28 16:28:20 -04:00
Eric Christensen
40444c2c1c Fixed broken ascii 2014-05-28 13:49:41 -04:00
Eric Christensen
3aacde3a8b Added intro and default ssl.conf file 2014-05-28 11:52:53 -04:00
Eric Christensen
537169f66d Removed duplicate file 2014-05-28 11:21:40 -04:00
Eric Christensen
001aa4af3a Added blank chapters for topics we want to cover. 2014-05-28 11:10:17 -04:00
Eric Christensen
c5afb3fe27 Changed from article to a book 2014-05-28 11:05:21 -04:00
Eric Christensen
8341df782d Merge branch 'master' of git+ssh://git.fedorahosted.org/git/secure-coding 2014-05-28 11:00:16 -04:00
Eric Christensen
7ada5ed0d7 Starting new guide for Securing TLS 2014-05-28 10:59:23 -04:00
Florian Weimer
13faeec63d Add chapter on Go 2014-05-26 14:58:01 +02:00
Florian Weimer
2988ebd27e Add a short chapter on Vala 2014-05-26 11:46:16 +02:00
Florian Weimer
199b3edb08 sect-Defensive_Coding-C-Use-After-Free: New section ID 2014-05-26 11:33:41 +02:00
Florian Weimer
7f640d9537 TLS: More balanced advice on "openssl genrsa" and /dev/urandom 2014-04-28 15:41:05 +02:00
Florian Weimer
95c297659e RPM packaging: X.509 key pair generation 2014-04-25 16:33:21 +02:00
Florian Weimer
564ffc8014 sect-Defensive_Coding-TLS-OpenSSL: Mention "openssl genrsa" entropy issue 2014-04-25 16:33:21 +02:00
Florian Weimer
eff2f5c71f Custom memory allocators: Complete sentence
Also add section ID.
2014-04-25 16:33:21 +02:00
Eric Christensen
87df3083ed Revert "Yeah, these files are located in their own fhosted repo"
This reverts commit c3c9bf0336.
2014-03-24 15:59:40 -04:00
Eric Christensen
c3c9bf0336 Yeah, these files are located in their own fhosted repo 2014-03-24 14:50:14 -04:00
Eric Christensen
70b828bd71 Adding Secure Ruby Development Guide 2014-03-22 16:30:24 -04:00
Jan Pokorný
045ff4f71a Fix typos in "Robust argument list processing" section
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
2014-03-03 08:40:53 +01:00
Florian Weimer
39e08eb0e4 Fix typos spotted by Kamil Dudka 2013-12-02 14:38:10 +01:00
Florian Weimer
ace93c0dd6 C Language: Mention mixed signed/unsigned comparisons 2013-10-30 20:42:26 +01:00
Florian Weimer
a2df781c2b Update the README file 2013-09-19 17:07:03 +02:00
Florian Weimer
7db67ea9b3 C++: Mention front(), back() and data() member functions of vectors 2013-09-19 17:06:48 +02:00
Florian Weimer
e6ed150d2b C++: Subscripting to read the NUL character in std::string not supported 2013-09-19 17:06:48 +02:00
Eric Christensen
630f7d90c1 Merge branch 'master' of git+ssh://git.fedorahosted.org/git/secure-coding 2013-09-18 16:40:37 -04:00
Eric Christensen
a1dc2adddb Started marking up new Web Applications chapter 2013-09-18 16:40:08 -04:00
749d19d9ed Updated POT files 2013-09-17 20:49:59 -04:00
afbe090418 Merge branch 'master' of git+ssh://git.fedorahosted.org/git/secure-coding 2013-09-17 20:42:46 -04:00
Florian Weimer
2067762b47 C++: Warn about functions that deal with unpaired iterators 2013-09-17 13:51:27 +02:00