aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects
Commit message (Expand)AuthorAgeFilesLines
* Perl's chop / chomp considered bad, use a regexp insteadRichard Levitte2016-02-113-6/+6
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* update OID tablesDr. Stephen Henson2016-02-042-5/+29
* Add Curve OIDs from draft-josefsson-pkix-newcurvesDr. Stephen Henson2016-02-041-0/+7
* RT2752: Add some EKU OID'sRich Salz2016-02-033-5/+91
* RT2353: Add ipsec IKE OIDRich Salz2016-02-023-5/+14
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+3
* Templatize util/domdRich Salz2016-01-292-2/+2
* Always DPURIFYEmilia Kasper2016-01-291-1/+0
* Complete the removal of /* foo.c */ commentsRichard Levitte2016-01-273-5/+0
* Remove /* foo.c */ commentsRich Salz2016-01-265-5/+0
* Consolidate "make update"Rich Salz2016-01-201-1/+1
* Add TLS PRF method.Dr. Stephen Henson2016-01-193-3/+10
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-119/+74
* make updateRichard Levitte2016-01-121-27/+28
* Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson2016-01-111-2/+2
* Add lh_doall_arg inliningDr. Stephen Henson2016-01-111-7/+6
* Add lh_doall inliningDr. Stephen Henson2016-01-112-10/+4
* Add lh_new() inliningDr. Stephen Henson2016-01-112-20/+6
* Inline LHASH_OFDr. Stephen Henson2016-01-115-15/+17
* mem functions cleanupRich Salz2016-01-072-9/+9
* Only declare stacks in headersDr. Stephen Henson2016-01-076-7/+12
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-072-2/+2
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-3/+3
* Support the TLS Feature (aka Must Staple) X.509v3 extension (RFC7633).Rob Stradling2015-12-103-5/+12
* Add ChaCha20-Poly1305 and ChaCha20 NIDs.Andy Polyakov2015-12-103-3/+13
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-092-7/+7
* Rebuild error source files.Dr. Stephen Henson2015-11-051-1/+1
* New cipher and cipher modes standardized in RussiaDmitry Belyavskiy2015-10-053-3/+50
* remove 0 assignments.Rich Salz2015-09-031-5/+1
* Add new GOST OIDsDmitry Belyavsky2015-08-175-5/+305
* Add $! to errors, use script basename.Rich Salz2015-06-231-5/+4
* return correct NID for undefined objectDr. Stephen Henson2015-06-081-0/+3
* RT3230: Better test for C identifierAnnie Yousar2015-06-022-5/+5
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* Add scrypt OID from draft-josefsson-scrypt-kdf-03Dr. Stephen Henson2015-05-213-5/+14
* make dependRichard Levitte2015-05-141-3/+4
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-142-2/+2
* Call of memcmp with null pointers in obj_cmp()Hanno Böck2015-05-131-0/+2
* Fix the heap corruption in libeay32!OBJ_add_object.Gunnar Kudrjavets2015-05-131-4/+4
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-5/+5
* Make sig_app, sigx_app staticRich Salz2015-05-061-1/+2
* ZLIB compression deserves a better commentRichard Levitte2015-05-061-1/+1
* make updateRichard Levitte2015-05-051-1607/+1603
* Remove the last traces of the fake RLE compressionRichard Levitte2015-05-051-2/+0
* Use safer sizeof variant in mallocRich Salz2015-05-044-16/+13
* fix various typo'sRich Salz2015-05-032-3/+3
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-7/+5
* free NULL cleanup 11Rich Salz2015-05-011-8/+4