Skip to content

Commit 3d5ded6

Browse files
committed
doc: added the first version number of this library adding the new ngx.ssl lua API functions.
1 parent b793306 commit 3d5ded6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/ngx/ssl.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ to cache the cdata result.
329329

330330
This function can be called in whatever contexts.
331331

332+
This function was first added in version `0.1.7`.
333+
332334
[Back to TOC](#table-of-contents)
333335

334336
parse_pem_priv_key
@@ -345,6 +347,8 @@ In case of failures, returns `nil` and a string describing the error.
345347

346348
This function can be called in whatever contexts.
347349

350+
This function was first added in version `0.1.7`.
351+
348352
[Back to TOC](#table-of-contents)
349353

350354
set_cert
@@ -358,6 +362,8 @@ Sets the SSL certificate chain opaque pointer returned by the
358362

359363
Returns `true` on success, or a `nil` value and a string describing the error otherwise.
360364

365+
This function was first added in version `0.1.7`.
366+
361367
[Back to TOC](#table-of-contents)
362368

363369
set_priv_key
@@ -371,6 +377,8 @@ Sets the SSL private key opaque pointer returned by the
371377

372378
Returns `true` on success, or a `nil` value and a string describing the error otherwise.
373379

380+
This function was first added in version `0.1.7`.
381+
374382
[Back to TOC](#table-of-contents)
375383

376384
Community

0 commit comments

Comments
 (0)