Go to file
David Benjamin 48b3150c08 Fix some parsing bugs in doc.go.
skipPast got confused when STACK_OF wasn't in the front of the string (which it
rarely was due to OPENSSL_EXPORT).

It also couldn't parse comments which end with a '*/' on their own.
(Stylistically we don't do this, but ssl_cipher_preference_list_st ends with an
ASCII art diagram which probably shouldn't gain a comment marker in the middle.)

Change-Id: I7687f4fd126003108906b995da0f2cd53f7d693a
Reviewed-on: https://boringssl-review.googlesource.com/4288
Reviewed-by: Adam Langley <agl@google.com>
2015-04-10 22:27:10 +00:00
crypto Avoid calling BN_CTX_end without BN_CTX_start in ec_wNAF_precompute_mult. 2015-04-09 00:29:14 +00:00
decrepit Add decrepit, initially containing CAST and Blowfish. 2015-04-06 16:58:45 -07:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Fix typo. 2015-04-10 22:25:59 +00:00
ssl Switch cipher masks to uint32_t. 2015-04-10 22:16:05 +00:00
tool Define NOMINMAX across the entire project. 2015-04-02 18:38:56 +00:00
util Fix some parsing bugs in doc.go. 2015-04-10 22:27:10 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Add generated documentation to .gitignore 2015-01-26 18:37:55 +00:00
BUILDING Generate error data at build time. 2015-03-06 18:59:25 +00:00
CMakeLists.txt Prune away (almost) all of asn1_mac.h 2015-04-08 20:42:57 +00:00
codereview.settings Add a codereview.settings file. 2014-11-18 22:21:33 +00:00
STYLE Style guide tweaks. 2015-02-19 18:33:20 +00:00