summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-12-22spelling fix;Jason McIntyre
2016-12-22Write X509_SIG_new(3) manual page from scratch. Both functions areIngo Schwarze
2016-12-22reference X509_new(3) instead of x509(3)Ingo Schwarze
2016-12-22Delete the x509(3) manual page and merge what little content remainedIngo Schwarze
2016-12-22Stop installing the bn_dump(3) manual page.Ingo Schwarze
2016-12-22Write new PKCS8_PRIV_KEY_INFO_new(3) manual page from scratch.Ingo Schwarze
2016-12-22Don't make __CTOR_LIST__ and __DTOR_LIST__ const. This makes the .ctors andMark Kettenis
2016-12-22Clarify code by eliminating unused #define's MUSTSEE, MUSTNOTSEE and inliningKenneth R Westerback
2016-12-21rewrite OCSP_parse_url to be sligthly less nasty and not have one byte buffer...Bob Beck
2016-12-21Pacify compiler warning about an unitialized variable which is obviouslyTheo de Raadt
2016-12-21Bump libcrypto/libssl/libtls majors due to libcrypto symbol removal andJoel Sing
2016-12-21Add minimum and maximum version fields to SSL, SSL_CTX and SSL_METHODJoel Sing
2016-12-21Add support for ECDHE with X25519.Joel Sing
2016-12-21Explicitly export a list of symbols from libcrypto.Joel Sing
2016-12-21Remove prototypes from the public header for X509_VERIFY_PARAM functionsJoel Sing
2016-12-21Adopt relevant part of NetBSD's r1.7 commit to discard unused results of theKenneth R Westerback
2016-12-20Delete completely useless crap and just use getaddrinfo. Fix man pageBob Beck
2016-12-20Add 'default:' cases to switch statements that gcc whines about.Kenneth R Westerback
2016-12-19Compile libc++ and libc++abi with clang by default instead of egcc.Patrick Wildt
2016-12-19A couple more unused variables.Kenneth R Westerback
2016-12-19fix typo, from OpenSSLIngo Schwarze
2016-12-18Another whitespace nit that wandered into my sights.Kenneth R Westerback
2016-12-18Convert ssl3_get_server_hello() to CBS.Joel Sing
2016-12-18Remove prototype for static function _asr_resolver. Eliminates gccKenneth R Westerback
2016-12-17Define X25519_KEY_LENGTH and use it so we have fewer magic numbers.Joel Sing
2016-12-17Write new X509_ATTRIBUTE(3) manual page from scratch.Ingo Schwarze
2016-12-17Write a new manual page X509_REQ_new(3) from scratch.Ingo Schwarze
2016-12-16Eliminate some gcc warnings about 'unused variables', mostly byKenneth R Westerback
2016-12-16various minor cleanup;Jason McIntyre
2016-12-16Document X509_REVOKED_new(3) and X509_REVOKED_free(3) and moveIngo Schwarze
2016-12-16Write X509_CRL_new(3) manual page from scratch. These four functionsIngo Schwarze
2016-12-16Write new X509_CINF_new(3) manual page from scratch. These functionsIngo Schwarze
2016-12-16Document ERR_FATAL_ERROR(3), tweaked by me.Ingo Schwarze
2016-12-16Fix error in the description of BUF_reverse(3), tweaked by me.Ingo Schwarze
2016-12-15markup fix;Jason McIntyre
2016-12-15Add a STANDARDS section and mention the relevant section of the standard.Ingo Schwarze
2016-12-15link back to X509_ALGOR_new(3)Ingo Schwarze
2016-12-15Document X509_ALGOR_new(3) and X509_ALGOR_free(3)Ingo Schwarze
2016-12-15Nuke some trailing tabs.Kenneth R Westerback
2016-12-15provide missing section number to Xr;Jason McIntyre
2016-12-15Make sure all pages talking about X509_EXTENSION objectsIngo Schwarze
2016-12-15cut back some excessive cross referencesIngo Schwarze
2016-12-15Document X509_EXTENSION_new(3) and X509_EXTENSION_free(3) listedIngo Schwarze
2016-12-15Add a helper script, format-pem.pl: a filter to sort and pretty-printStuart Henderson
2016-12-15remove "(DEPRECATED)" from the Nd: none of the other base pagesJason McIntyre
2016-12-14an Xr and new line fix;Jason McIntyre
2016-12-14Document X509_NAME_dup(3) and X509_NAME_ENTRY_dup(3) listed inIngo Schwarze
2016-12-14Clarify X509_NAME stuff and cut back excessive references.Ingo Schwarze
2016-12-14Make sure all manual pages discussing X509_NAME objectsIngo Schwarze
2016-12-14Complete rewrite to improve clarity.Ingo Schwarze