Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2git to create tag 'OPENBSD_5_8_BASE'.OPENBSD_5_8_BASE | cvs2svn | 2015-08-02 | 1 | -473/+0 |
| | |||||
* | Fix SRTP parsing. | doug | 2015-07-31 | 1 | -3/+2 |
| | | | | | | | jsing@ noticed that during the CBS conversion, an extra CBS_len comparison was introduced. It should be 0 after extracting MKI. ok jsing@ bcook@ deraadt@ | ||||
* | Convert ssl_parse_serverhello_use_srtp_ext to CBS. | doug | 2015-07-17 | 1 | -10/+15 |
| | | | | ok miod@ jsing@ | ||||
* | test for n<0 before use in CBS_init - mostly to shut up coverity. | beck | 2015-07-15 | 1 | -4/+9 |
| | | | | reluctant ok miod@ | ||||
* | Convert ssl_parse_clienthello_use_srtp_ext to CBS. | doug | 2015-07-14 | 1 | -40/+23 |
| | | | | ok miod@ jsing@ | ||||
* | Remove trailing whitespace. | jsing | 2014-12-14 | 1 | -9/+9 |
| | |||||
* | Avoid a double-free in an error path. | jsing | 2014-11-27 | 1 | -2/+1 |
| | | | | | | Reported by Felix Groebert of the Google Security Team. ok beck@ miod@ | ||||
* | Sort and group includes. | jsing | 2014-11-16 | 1 | -1/+3 |
| | |||||
* | Fix memory leak upon error in ssl_parse_clienthello_use_srtp_ext(). | miod | 2014-07-14 | 1 | -6/+6 |
| | | | | From BoringSSL. | ||||
* | More KNF. | jsing | 2014-06-29 | 1 | -32/+49 |
| | |||||
* | Fix 2 memory leaks. | logan | 2014-06-28 | 1 | -1/+3 |
| | | | | | | (Thanks to Brent Cook) OK from tedu@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | remove some #if 0 code. we don't need any more reminders that we're using | tedu | 2014-05-30 | 1 | -10/+0 |
| | | | | a not quite appropriate data structure. ok jsing | ||||
* | More KNF and style consistency tweaks | guenther | 2014-04-19 | 1 | -9/+9 |
| | |||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 1 | -260/+237 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 1 | -2/+3 |
| | |||||
* | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -0/+493 |